diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-26 16:37:19 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-04-26 16:37:19 +0200 |
| commit | 94192739a4d8487d666c69be2d5e6be9ea6dd1a7 (patch) | |
| tree | 4438b164e4cc8976f5d8f1bcec0e553ce08ba103 /docs/src/gettingstarted/debugging/logging.md | |
| parent | 39f0e8e26ab37c4b83c1933ba90bae15cd7e04fc (diff) | |
Docs: Update debugging
Diffstat (limited to 'docs/src/gettingstarted/debugging/logging.md')
| -rw-r--r-- | docs/src/gettingstarted/debugging/logging.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/gettingstarted/debugging/logging.md b/docs/src/gettingstarted/debugging/logging.md index a1cfc97..9a7eae2 100644 --- a/docs/src/gettingstarted/debugging/logging.md +++ b/docs/src/gettingstarted/debugging/logging.md @@ -2,7 +2,7 @@ As said, logging is used. The logging gets saved in a client-specified directory (see [API](../../api/index.html)). Logging has the following levels: - `INFO`: Messages purely for info, these do not indicate any errors. They are merely there for debugging purposes -- `WARNING`: This message indicates a warning, this can be e.g. non-fatal errors -- `ERROR`: Fatal errors which refuses the app from working +- `WARNING`: These messages indicate a warning, e.g. non-fatal errors +- `ERROR`: Fatal errors which refuses the app from working correctly By default only messages below or equal to `WARNING` are logged (`WARNING`, `ERROR`). However, if the debug variable is set to `True`, all messages will be logged into the log file. |
