2000-07-26 13:52:19 -04:00
|
|
|
|
|
|
|
@SYNTAX:rawlog@
|
|
|
|
|
|
|
|
All data that is received or sent to server is kept in a raw log
|
|
|
|
buffer for a while. Also event redirections are kept there. This is
|
|
|
|
very useful for debugging purposes.
|
|
|
|
|
|
|
|
/RAWLOG SAVE <filename> - Save the current raw log buffer to file
|
2001-11-07 09:10:13 -05:00
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
/RAWLOG OPEN <filename> - Like /RAWLOG SAVE, but keep the log file
|
|
|
|
open and write all new log to it.
|
2001-11-07 09:10:13 -05:00
|
|
|
|
2000-07-26 13:52:19 -04:00
|
|
|
/RAWLOG CLOSE - Close the open raw log
|
|
|
|
|
|
|
|
/SET rawlog_lines <count> - Specify the number of raw log lines to
|
|
|
|
keep in memory.
|
|
|
|
|