summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothée Floure <timothee.floure@fnux.ch>2018-08-24 11:20:04 +0200
committerGaute Hope <eg@gaute.vetsj.com>2018-08-29 09:37:28 +0200
commit140405d1b06df5985e6d2746c5c949ea48360c10 (patch)
tree0eac0ed3427646147192bd10affb0f98b4c23f76 /doc
parentf0d693fbad3bc600424f70610dd46af373811126 (diff)
Add the --log-level option to the manpage
Diffstat (limited to 'doc')
-rw-r--r--doc/astroid.1.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/astroid.1.scd b/doc/astroid.1.scd
index a23701c..f90dbc3 100644
--- a/doc/astroid.1.scd
+++ b/doc/astroid.1.scd
@@ -28,6 +28,10 @@ tons of e-mail.
*-h, --help*
Show the help message and quit.
+*--log-level <level>*
+ Override the configured log level. Level options are: trace, debug (default),
+ info, warn, error and fatal.
+
*--log-stdout*
Output logs to the standard output, regardless of any other logging
configuration.