Add command line and config file option log-level

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2018-12-20 01:21:51 +00:00
parent 1bcd7f2f7a
commit d9409ae2c9
5 changed files with 24 additions and 1 deletions

View File

@ -76,6 +76,9 @@ OPTIONS
*-S*::
Enable synchronous X operation (for debugging).
*--log-level*::
Set the log level. Possible values are "TRACE", "DEBUG", "INFO", "WARN", "ERROR", in increasing level of importance. Case doesn't matter.
*--show-all-xerrors*::
Show all X errors (for debugging).