mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-22 10:15:39 +02:00
log: make more logging options configurable
* Add --log-colorize=never|always|auto * Add --log-no-syslog
This commit is contained in:
parent
3f940ec2a8
commit
7397ab9457
5 changed files with 74 additions and 19 deletions
|
@ -27,6 +27,12 @@ yambar - modular status panel for X11 and Wayland
|
|||
(or FD) is closed immediately after writing the PID. When a _FILE_
|
||||
as been specified, the file is unlinked when yambar exits.
|
||||
|
||||
*-l*,*--log-colorize*=[{*never*,*always*,*auto*}]
|
||||
Enables or disables colorization of log output on stderr.
|
||||
|
||||
*-s*,*--log-no-syslog*
|
||||
Disables syslog logging. Logging is only done on stderr.
|
||||
|
||||
*-v*,*--version*
|
||||
Show the version number and quit
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue