Skip to content

Commit

Permalink
feat: lower certmagic's logs to warn level
Browse files Browse the repository at this point in the history
  • Loading branch information
Semior001 committed Sep 17, 2024
1 parent 81f35f4 commit 5f640e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/proxy/ssl.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func (h *Http) makeAutocertManager() AutocertManager {
EncodeDuration: zapcore.StringDurationEncoder,
}),
nopSyncer{Writer: log.ToWriter(log.Default(), "[WARN][certmagic]")},
zap.DebugLevel,
zap.WarnLevel,
))

// certmagic requires to make a configuration template in order to keep up
Expand Down

0 comments on commit 5f640e9

Please sign in to comment.