mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-15 16:04:08 +02:00
chore(sources/env): bump gosettings to v0.3.0-rc9
This commit is contained in:
+1
-1
@@ -20,7 +20,7 @@ func readLog() (log settings.Log, err error) {
|
||||
}
|
||||
|
||||
func readLogLevel() (level *log.Level, err error) {
|
||||
s := env.Get("LOG_LEVEL")
|
||||
s := env.String("LOG_LEVEL")
|
||||
if s == "" {
|
||||
return nil, nil //nolint:nilnil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user