Merge branch 'log-level'

Closes #337
This commit is contained in:
Daniel Eklöf 2021-02-11 19:00:09 +01:00
commit da7da4cba5
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
12 changed files with 138 additions and 37 deletions

View file

@ -117,6 +117,10 @@ the foot command line
This option can only be used in combination with *-s*,*--server*.
*-d*,*--log-level*={*info*,*warning*,*error*}
Log level, used both for log output on stderr as well as
syslog. Default: _info_.
*-l*,*--log-colorize*=[{*never*,*always*,*auto*}]
Enables or disables colorization of log output on stderr. Default:
_auto_.

View file

@ -56,6 +56,10 @@ terminal has terminated).
*-H*,*--hold*
Remain open after child process exits.
*-d*,*--log-level*={*info*,*warning*,*error*}
Log level, used both for log output on stderr as well as
syslog. Default: _info_.
*-l*,*--log-colorize*=[{*never*,*always*,*auto*}]
Enables or disables colorization of log output on stderr.