From: Tobias Brunner Date: Thu, 22 May 2025 12:18:49 +0000 (+0200) Subject: swanctl: Document maximum log level of messages received by --log X-Git-Tag: 6.0.2dr1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a9d0a0bf7bb2867a613ff8bf95ee52715085f9a;p=thirdparty%2Fstrongswan.git swanctl: Document maximum log level of messages received by --log --- diff --git a/src/swanctl/commands/log.c b/src/swanctl/commands/log.c index 17429d9ad8..8322223129 100644 --- a/src/swanctl/commands/log.c +++ b/src/swanctl/commands/log.c @@ -93,7 +93,7 @@ static int logcmd(vici_conn_t *conn) static void __attribute__ ((constructor))reg() { command_register((command_t) { - logcmd, 'T', "log", "trace logging output", + logcmd, 'T', "log", "trace logging output (levels 0 and 1 only)", {"[--raw|--pretty]"}, { {"help", 'h', 0, "show usage information"}, diff --git a/src/swanctl/swanctl.8.in b/src/swanctl/swanctl.8.in index 391fe486f2..c80d7ce8af 100644 --- a/src/swanctl/swanctl.8.in +++ b/src/swanctl/swanctl.8.in @@ -89,7 +89,7 @@ list loaded algorithms and their implementation (re\-)load pool configuration .TP .B "\-T, \-\-log" -trace logging output +trace logging output (levels 0 and 1 only) .TP .B "\-S, \-\-stats" show daemon infos and statistics