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.
This commit is contained in:
parent
3eb0db57bb
commit
9bbdf0f0b8
4 changed files with 39 additions and 39 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue