We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36496a4 commit 8091bb6Copy full SHA for 8091bb6
lib/srv/discovery/status.go
@@ -78,7 +78,7 @@ func (s *Server) updateDiscoveryConfigStatus(discoveryConfigName string) {
78
case trace.IsNotImplemented(err):
79
s.Log.WarnContext(ctx, "UpdateDiscoveryConfigStatus method is not implemented in Auth Server. Please upgrade it to a recent version.")
80
case err != nil:
81
- 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)
82
}
83
84
0 commit comments