From ffe9a6503743660221b892cef8203c5a791d8974 Mon Sep 17 00:00:00 2001 From: VakarisZ Date: Mon, 29 Nov 2021 17:21:46 +0200 Subject: [PATCH] Docs: improve the documentation by specifying that user can use log levels `info` and `debug`, instead of saying "default Python log levels" --- docs/content/FAQ/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/FAQ/_index.md b/docs/content/FAQ/_index.md index 24f26b0be..922a5e803 100644 --- a/docs/content/FAQ/_index.md +++ b/docs/content/FAQ/_index.md @@ -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