# rawlog
## Syntax ##
## Parameters ##
| | |
| --- | --- |
| `SAVE`: | Saves the raw server buffer into a file. |
| `OPEN`: | Opens a log file and start logging all raw data. |
| `CLOSE`: | Closes the log file |
The filename to store the raw data into.
## Description ##
Saves all the raw data that is received from and transmitted to the active
server into a log file.
## Examples ##
/RAWLOG SAVE ~/server.log
/RAWLOG OPEN ~/debug.log
/RAWLOG CLOSE
## See also ##
[LOG](/documentation/help/log)