From 65b13c897dfe71319484040d2d6d33c6bb15d17e Mon Sep 17 00:00:00 2001 From: MS Date: Wed, 3 May 2023 14:36:19 +0200 Subject: help message to set the log level --- sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sandbox/src/main/kotlin/tech/libeufin') diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt index f11d8cb3..4229638b 100644 --- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt +++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt @@ -354,7 +354,9 @@ class Serve : CliktCommand("Run sandbox HTTP server") { "--ipv4-only", help = "Bind only to ipv4" ).flag(default = false) - private val logLevel by option() + private val logLevel by option( + help = "Set the log level to: 'off', 'error', 'warn', 'info', 'debug', 'trace', 'all'" + ) private val port by option().int().default(5000) private val withUnixSocket by option( help = "Bind the Sandbox to the Unix domain socket at PATH. Overrides" + -- cgit v1.2.3