diff options
author | Devin J. Pohly <djpohly@gmail.com> | 2020-06-03 15:05:12 -0500 |
---|---|---|
committer | Devin J. Pohly <djpohly@gmail.com> | 2020-06-03 15:05:12 -0500 |
commit | 78187f5e6597d7b8ac6a21d95555f181f15127c7 (patch) | |
tree | 79727d6e41306714fa2fb979ef23aa4381c1b26b /README.md | |
parent | 525bf258e438bd81db917c948b42684201351338 (diff) |
document -qvd options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -74,6 +74,12 @@ this process a SIGTERM and wait for it to terminate (if it hasn't already). This makes it ideal not only for initialization but also for execing into a user-level service manager like s6 or `systemd --user`. +More/less verbose output can be requested with flags as well: + +* `-q`: quiet (log level WLR_SILENT) +* `-v`: verbose (log level WLR_INFO) +* `-d`: debug (log level WLR_DEBUG) + ## Known limitations and issues |