mirror of
https://github.com/netbirdio/netbird.git
synced 2026-04-18 08:16:39 +00:00
Remove log line
This commit is contained in:
@@ -968,7 +968,6 @@ func (e *Engine) handleFlowUpdate(config *mgmProto.FlowConfig) error {
|
|||||||
|
|
||||||
func (e *Engine) handleMetricsUpdate(config *mgmProto.MetricsConfig) {
|
func (e *Engine) handleMetricsUpdate(config *mgmProto.MetricsConfig) {
|
||||||
if config == nil {
|
if config == nil {
|
||||||
log.Debugf("no metrics configuration received from management")
|
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
log.Infof("received metrics configuration from management: enabled=%v", config.GetEnabled())
|
log.Infof("received metrics configuration from management: enabled=%v", config.GetEnabled())
|
||||||
|
|||||||
Reference in New Issue
Block a user