mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-26 18:04:06 -05:00
- 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)
19 lines
745 B
Markdown
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`.
|