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
Copy file name to clipboardExpand all lines: src/MySqlConnector/Core/CachedProcedure.cs
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -51,15 +51,15 @@ internal sealed class CachedProcedure
51
51
}
52
52
catch(MySqlExceptionex)
53
53
{
54
-
Log.Warn("Session{0} failed to retrieve metadata for Schema={1} Component={2}; falling back to INFORMATION_SCHEMA. Error: {3}",connection.Session.Id,schema,component,ex.Message);
54
+
Log.Info("Session{0} failed to retrieve metadata for Schema={1} Component={2}; falling back to INFORMATION_SCHEMA. Error: {3}",connection.Session.Id,schema,component,ex.Message);
Log.Warn("Session{0} pool Pool{1} doesn't have a shared procedure cache; procedure will only be cached on this connection",m_session.Id,m_session.Pool?.Id);
741
+
Log.Info("Session{0} pool Pool{1} doesn't have a shared procedure cache; procedure will only be cached on this connection",m_session.Id,m_session.Pool?.Id);
0 commit comments