mirror of
https://github.com/traefik/traefik.git
synced 2025-11-29 14:41:15 +01:00
Change log level from Warning to Info when ExternalName services is enabled
This commit is contained in:
parent
05d2c86074
commit
6a06560318
@ -135,7 +135,7 @@ func (p *Provider) Provide(configurationChan chan<- dynamic.Message, pool *safe.
|
|||||||
}
|
}
|
||||||
|
|
||||||
if p.AllowExternalNameServices {
|
if p.AllowExternalNameServices {
|
||||||
logger.Warn().Msg("ExternalName service loading is enabled, please ensure that this is expected (see AllowExternalNameServices option)")
|
logger.Info().Msg("ExternalName service loading is enabled, please ensure that this is expected (see AllowExternalNameServices option)")
|
||||||
}
|
}
|
||||||
|
|
||||||
pool.GoCtx(func(ctxPool context.Context) {
|
pool.GoCtx(func(ctxPool context.Context) {
|
||||||
|
|||||||
@ -134,7 +134,7 @@ func (p *Provider) Provide(configurationChan chan<- dynamic.Message, pool *safe.
|
|||||||
}
|
}
|
||||||
|
|
||||||
if p.AllowExternalNameServices {
|
if p.AllowExternalNameServices {
|
||||||
logger.Warn().Msg("ExternalName service loading is enabled, please ensure that this is expected (see AllowExternalNameServices option)")
|
logger.Info().Msg("ExternalName service loading is enabled, please ensure that this is expected (see AllowExternalNameServices option)")
|
||||||
}
|
}
|
||||||
|
|
||||||
pool.GoCtx(func(ctxPool context.Context) {
|
pool.GoCtx(func(ctxPool context.Context) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user