pokemon-showdown/logs/logging.md
Cathy J. Fitzpatrick b075c11f86 Changes to logging.md
- Refer to the project as 'Pokemon Showdown' rather than 'Showdown'
- Up to date information about the logging features of Pokemon Showdown
- Use UNIX line endings (like the rest of the project does)
2013-02-15 18:06:44 -07:00

19 lines
745 B
Markdown

Pokemon Showdown Logging
========================================================================
This is the Pokemon Showdown log directory.
Pokemon Showdown will log rated battles in each format, but not unrated
battles. There is currently no config option to log unrated battles.
Battle logs are placed under a subdirectory for each month (e.g. `2013-02`).
Moderator actions are logged to `modlog.txt`.
If the server or the simulator process crashes, a stack trace will
usually be logged to `errors.txt`.
By default, Pokemon Showdown does not log the lobby. However, you can
enable logging of the lobby by setting the `loglobby` option in
`config.js`. If you enable lobby logging, lobby logs are written to
a subdirectory named `lobby`.