diff options
author | Mihai Moldovan <ionic@ionic.de> | 2017-12-07 06:28:19 +0100 |
---|---|---|
committer | Mihai Moldovan <ionic@ionic.de> | 2017-12-07 06:28:19 +0100 |
commit | c571aa9eda7d69b3de1647a208c685a971c9ad38 (patch) | |
tree | 9c60a8fd89148cf273378ca73a4becec4383fbf3 /nxproxy | |
parent | 80e590ea1d622bd4ee9deeb12a27c7b18cf7f575 (diff) | |
parent | 9e3381cc858e249b13777e31cfc40a87f8d10bb7 (diff) | |
download | nx-libs-c571aa9eda7d69b3de1647a208c685a971c9ad38.tar.gz nx-libs-c571aa9eda7d69b3de1647a208c685a971c9ad38.tar.bz2 nx-libs-c571aa9eda7d69b3de1647a208c685a971c9ad38.zip |
Merge branch 'uli42-pr/improve_nxproxy_help' into 3.6.x
Attributes GH PR #578: https://github.com/ArcticaProject/nx-libs/pull/578
Diffstat (limited to 'nxproxy')
-rw-r--r-- | nxproxy/man/nxproxy.1 | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/nxproxy/man/nxproxy.1 b/nxproxy/man/nxproxy.1 index ecfe3b0d6..702c7a606 100644 --- a/nxproxy/man/nxproxy.1 +++ b/nxproxy/man/nxproxy.1 @@ -36,6 +36,34 @@ Print this message. .B -v Print version information. .TP 8 +.B -d <int> +Set log level (0 for FATAL, 1 for ERROR, 2 for WARNING, 3 for INFO, 4 for +DEBUG). The default is 0. +.TP 8 +.B -o <string> +Name of the log file. Default is stderr. +.TP 8 +.B -f <string> +Specify log format. The characters in <string> define how the loglines +are formatted. The following characters are supported, default is '0': +.RS 8 +.TP 8 +.I 0 +only the plain text without any additions. This is the default. +.TP 8 +.I u +include time +.TP 8 +.I l +include loglevel +.TP 8 +.I T +include thread ids +.TP 8 +.I L +include the location of the log call in the source code +.RE +.TP 8 .B <host>:<port> Put at the end, specifies the host and port of the listening proxy. |