1
0
mirror of https://github.com/containous/traefik.git synced 2025-08-24 09:49:31 +03:00

fix: wrong log level

This commit is contained in:
Ludovic Fernandez
2023-09-25 09:10:05 +02:00
committed by GitHub
parent 46f4a8541e
commit 4acec60e72

View File

@ -67,7 +67,7 @@ func (p *Provider) Provide(configurationChan chan<- dynamic.Message, pool *safe.
configuration, err := p.BuildConfiguration() configuration, err := p.BuildConfiguration()
if err != nil { if err != nil {
if p.Watch { if p.Watch {
log.Debug(). log.Error().
Str(logs.ProviderName, providerName). Str(logs.ProviderName, providerName).
Err(err). Err(err).
Msg("Error while building configuration (for the first time)") Msg("Error while building configuration (for the first time)")