swanctl: Document maximum log level of messages received by --log
This commit is contained in:
@@ -93,7 +93,7 @@ static int logcmd(vici_conn_t *conn)
|
|||||||
static void __attribute__ ((constructor))reg()
|
static void __attribute__ ((constructor))reg()
|
||||||
{
|
{
|
||||||
command_register((command_t) {
|
command_register((command_t) {
|
||||||
logcmd, 'T', "log", "trace logging output",
|
logcmd, 'T', "log", "trace logging output (levels 0 and 1 only)",
|
||||||
{"[--raw|--pretty]"},
|
{"[--raw|--pretty]"},
|
||||||
{
|
{
|
||||||
{"help", 'h', 0, "show usage information"},
|
{"help", 'h', 0, "show usage information"},
|
||||||
|
|||||||
@@ -89,7 +89,7 @@ list loaded algorithms and their implementation
|
|||||||
(re\-)load pool configuration
|
(re\-)load pool configuration
|
||||||
.TP
|
.TP
|
||||||
.B "\-T, \-\-log"
|
.B "\-T, \-\-log"
|
||||||
trace logging output
|
trace logging output (levels 0 and 1 only)
|
||||||
.TP
|
.TP
|
||||||
.B "\-S, \-\-stats"
|
.B "\-S, \-\-stats"
|
||||||
show daemon infos and statistics
|
show daemon infos and statistics
|
||||||
|
|||||||
Reference in New Issue
Block a user