CoD4x_Server icon indicating copy to clipboard operation
CoD4x_Server copied to clipboard

SUGG: Log errors to a separate file

Open volkv opened this issue 7 years ago • 1 comments

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

volkv avatar Mar 15 '18 13:03 volkv

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.

D4edalus avatar Mar 20 '18 14:03 D4edalus