I'm running a non-oxide server and would like to get the entire readout of the console and save it to a file. Is this possible?
Log console output to file?Solved
Yes, Rust natively logs via Unity. Add -logfile "path/to/file" in your startup.
Wulf
Yes, Rust natively logs via Unity. Add -logfile "path/to/file" in your startup.
Don't suppose there's any way to initiate that after the server's already been started, eh?
Probably not. You could try (in console)..
logfile "output.log"Many server options can be customized this way, but I'm not sure about Unity options.
It's a Unity command-line argument/option, so it would only work via command-line.
Locked automatically