Docs: improve the documentation by specifying that user can use log levels `info` and `debug`, instead of saying "default Python log levels"

This commit is contained in:
VakarisZ 2021-11-29 17:21:46 +02:00
parent 04feb1b31d
commit ffe9a65037
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ The log enables you to see which requests were requested from the server and ext
```
It's also possible to change the default log level by editing `log_level` value in a [server configuration file](../../reference/server_configuration).
You can use any of the default Python log levels.
`log_level` can be set to `info`(default, less verbose) or `debug`(more verbose).
### Infection Monkey agent logs