mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Set log level to debug for verbose mode
This commit is contained in:
parent
54a2a95fb5
commit
8d985d84fb
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ public class Main {
|
|||
|
||||
// Configuring the logger needs to happen before any logger is initialized
|
||||
if (isVerbose(args)) {
|
||||
System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", "trace");
|
||||
System.setProperty("org.slf4j.simpleLogger.defaultLogLevel", "debug");
|
||||
System.setProperty("org.slf4j.simpleLogger.showThreadName", "true");
|
||||
System.setProperty("org.slf4j.simpleLogger.showShortLogName", "false");
|
||||
System.setProperty("org.slf4j.simpleLogger.showDateTime", "true");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue