I'm having an issue wherein some lua errors pop up in the console as the server is starting, but quickly disappear behind the slew of other messages that pop up when the server starts. Because I'm accessing the server through putty, I can't scroll up to see these errors. Because of when these errors occur, they aren't logged to file in garrysmod/logs/.
Is there any way to log everything from the moment the server starts to file? I've tried adding -debug to the start.sh file, but this only logs errors and crashes.
add +lua_log_sv 1 to command line options
[QUOTE=MeepDarknessM;44615658]add +lua_log_sv 1 to command line options[/QUOTE]
Got it, thanks!
Sorry, you need to Log In to post a reply to this thread.