fix: wrong log level
This commit is contained in:
parent
46f4a8541e
commit
4acec60e72
1 changed files with 1 additions and 1 deletions
|
@ -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)")
|
||||||
|
|
Loading…
Reference in a new issue