CoD4x_Server
CoD4x_Server copied to clipboard
SUGG: Log errors to a separate file
Hey guys! Just a suggestion. Would be nice and easy if we had all errors (script etc) in qerror.log and general output in qconsole.log
tail -f qconsole.log | grep error
yeah, a separate log might be useful in some cases. i think Com_Error is printing to just stdout, should have a look if it can just print to stderr instead.