I am sure that this is an easy fix, but I cannot figure it out. Does anyone know how to stop the "Filename: ./Runtime/Export/Debug/Debug.bindings.h Line: 39" from being plastered all over my console? See Imgur link.
https://imgur.com/uElnRxT.png
Debug.bindings.h - Spam in Console
The info is coming from Unity, which is what Rust uses. It is normal when viewing the debug log from the server, which appears to be what you are viewing.
Wulf
The info is coming from Unity, which is what Rust uses. It is normal when viewing the debug log from the server, which appears to be what you are viewing.
That's actually my main console panel
That looks like a web panel console, not the actual local console; which it would generally parse from the logs.roloohnoThat's actually my main console panel
As this line (or similar with different line number) only appears (for me) when the server is starting i dont see the problem. I monitor the server using RustAdmin