diff options
Diffstat (limited to 'docs/Configuration.md')
-rw-r--r-- | docs/Configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Configuration.md b/docs/Configuration.md index 916ae34..26c3028 100644 --- a/docs/Configuration.md +++ b/docs/Configuration.md @@ -24,6 +24,7 @@ as follow: - **pidfilepath**: The path where `pid` files are kept. - **logfilepath**: To enable logging, set this to a valid file path. + - **log-level**: Sets the threshold for the log output. Default value is NOTSET (all details). Recommended value is INFO (less details). - **host**: What IP address to listen on. - **port**: The port for the web server to listen on. - **global_deploy**: An array of two specific commands or path to scripts |