aboutsummaryrefslogtreecommitdiff
path: root/man/seatd-launch.1.scd
diff options
context:
space:
mode:
authorKenny Levinsen <kl@kl.wtf>2022-02-26 19:05:49 +0100
committerKenny Levinsen <kl@kl.wtf>2022-02-26 19:17:26 +0100
commit9bbdf0f0b8d383edd1d621507c04db0a5382a5af (patch)
tree319802f0b4a9bc6a406b9e04ed6954a7eef5dcc0 /man/seatd-launch.1.scd
parent3eb0db57bb1c23b5157279223f248d58d9662aae (diff)
seatd: Command-line argument for loglevel
SEATD_LOGLEVEL was used to set the loglevel despite already having getopt in place. Remove the environment variable and make a command-line argument for it instead.
Diffstat (limited to 'man/seatd-launch.1.scd')
-rw-r--r--man/seatd-launch.1.scd4
1 files changed, 4 insertions, 0 deletions
diff --git a/man/seatd-launch.1.scd b/man/seatd-launch.1.scd
index 9234203..d66ad3e 100644
--- a/man/seatd-launch.1.scd
+++ b/man/seatd-launch.1.scd
@@ -10,6 +10,10 @@ seatd-launch - Start a process with its own seatd instance
# OPTIONS
+*-l <loglevel>*
+ Log-level to pass to seatd. See *seatd*(1) for information about
+ available log-levels.
+
*-h*
Show help message and quit.