summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2024-04-16 11:21:18 +0200
committerJeroen Wijenbergh <jeroenwijenbergh@protonmail.com>2024-04-16 12:33:16 +0200
commita62a5e506063550efa10e5ff34541468a961d082 (patch)
treea737ae0ae600beda4b457e12251c1ded4c746d69 /client
parentb0ca6c446cdd430fc30b887eaa8360b28ac1fef3 (diff)
Client: Set the default log level to info
Diffstat (limited to 'client')
-rw-r--r--client/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/client.go b/client/client.go
index cfb95eb..773df54 100644
--- a/client/client.go
+++ b/client/client.go
@@ -124,7 +124,7 @@ func New(name string, version string, directory string, stateCallback func(FSMSt
}
// Initialize the logger
- lvl := log.LevelWarning
+ lvl := log.LevelInfo
if debug {
lvl = log.LevelDebug
}