You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Logging is duplicated when is Error or Warning
To Reproduce
Steps to reproduce the behavior:
Run make run-docker
docker logs <container_id>
check any error or warning log.
Expected behavior
The log should be issued just once.
Screenshots
W0624 12:43:20.940243 1 synchronizer.go:60] could not create a gNMI client: Dialer(localhost:50001, 5s): context deadline exceeded
W0624 12:43:20.940243 1 synchronizer.go:60] could not create a gNMI client: Dialer(localhost:50001, 5s): context deadline exceeded
W0624 12:43:20.940358 1 factory.go:43] Error in connecting to client: could not create a gNMI client: Dialer(localhost:50001, 5s): context deadline exceeded
W0624 12:43:20.940358 1 factory.go:43] Error in connecting to client: could not create a gNMI client: Dialer(localhost:50001, 5s)
The text was updated successfully, but these errors were encountered:
Describe the bug
Logging is duplicated when is Error or Warning
To Reproduce
Steps to reproduce the behavior:
make run-docker
Expected behavior
The log should be issued just once.
Screenshots
W0624 12:43:20.940243 1 synchronizer.go:60] could not create a gNMI client: Dialer(localhost:50001, 5s): context deadline exceeded
W0624 12:43:20.940243 1 synchronizer.go:60] could not create a gNMI client: Dialer(localhost:50001, 5s): context deadline exceeded
W0624 12:43:20.940358 1 factory.go:43] Error in connecting to client: could not create a gNMI client: Dialer(localhost:50001, 5s): context deadline exceeded
W0624 12:43:20.940358 1 factory.go:43] Error in connecting to client: could not create a gNMI client: Dialer(localhost:50001, 5s)
The text was updated successfully, but these errors were encountered: