Logging

From OdaWiki
Revision as of 05:22, 6 August 2010 by Ralphis (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

These commands work on both client and server.

Console Commands & Variables

logfile

Usage: logfile [filename]

This command will begin writing a log of all console events to an external file. Odasrv writes to odasrv.log on startup by default.

Note: No file extension will be applied to the log unless done by the user. For instance, if you wanted to log to an output file named "newlog.txt", you would use the command as logfile newlog.txt.

stoplog

Usage: stoplog

This command will stop logging if there is currently a logfile being written.

log_fulltimestamps

Usage: log_fulltimestamps (0/1)

Outputs logs with extended timestamp info (dd/mm/yyyy hh:mm:ss).

Command Line Parameter

logfile

Usage: +logfile [filename]

See console command description above for more information.