We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ffd4f commit 3b91b7bCopy full SHA for 3b91b7b
lib/srv/discovery/status.go
@@ -88,7 +88,7 @@ func (s *Server) updateDiscoveryConfigStatus(discoveryConfigNames ...string) {
88
case trace.IsNotImplemented(err):
89
s.Log.WarnContext(ctx, "UpdateDiscoveryConfigStatus method is not implemented in Auth Server. Please upgrade it to a recent version.")
90
case err != nil:
91
- s.Log.InfoContext(ctx, "Error updating discovery config status", "discovery_config_name", discoveryConfigName, "error", err)
+ s.Log.WarnContext(ctx, "Error updating discovery config status", "discovery_config_name", discoveryConfigName, "error", err)
92
}
93
94
0 commit comments