diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-04-16 11:21:18 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <jeroenwijenbergh@protonmail.com> | 2024-04-16 12:33:16 +0200 |
| commit | a62a5e506063550efa10e5ff34541468a961d082 (patch) | |
| tree | a737ae0ae600beda4b457e12251c1ded4c746d69 | |
| parent | b0ca6c446cdd430fc30b887eaa8360b28ac1fef3 (diff) | |
Client: Set the default log level to info
| -rw-r--r-- | client/client.go | 2 |
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 } |
