Getting Error after every lineNot An Issue

Server runs normally 24/7 but getting this error in Output log after every line
Is this something that I should worry about?
If yes, what to do? If no, how to remove that?

(Filename: C:\buildslave\unity\build\Runtime/Export/Debug.bindings.h Line: 43)

That isn't an error, that's normal Unity debug output. Unity is the game engine that Rust uses.
Is there way to remove that not to show after every line?
In response to MajstorDjura ():
Is there way to remove that not to show after every line?
No, the output_log.txt (or whatever you have it named via -logfile) is the debug log for Unity and will always contain ALL debug output from the game, engine, and whatever else outputs to it.
Locked automatically