docs: update log-level in transmission-daemon.1 manpage (#6059)

Add entry for log-level, mark log-error, log-info, and log-debud as deprecated.
This commit is contained in:
Rafe S 2023-10-02 01:21:14 +02:00 committed by GitHub
parent b52d8962bc
commit 94aeff9bc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -127,12 +127,14 @@ Disable uTP for peer connections.
Where to store downloaded data.
.It Fl e Fl -logfile
Where to store transmission's log messages.
.It Fl -log-level Ar level
Log level. Must be 'critical', 'error', 'warn', 'info', 'debug', or 'trace'.
.It Fl -log-error
Show error messages
Deprecated. Use --log-level=error
.It Fl -log-info
Show error and info messages
Deprecated. Use --log-level=info
.It Fl -log-debug
Show error, info, and debug messages
Deprecated. Use --log-level=debug
.It Fl x Fl -pid-file
Name of PID file
.El