Skip to content

Commit 58d33b8

Browse files
committed
Reduce log level.
1 parent 7eb4556 commit 58d33b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MySqlConnector/Core/ServerSession.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ public async Task<bool> TryResetConnectionAsync(ConnectionSettings cs, IOBehavio
339339
payload = await ReceiveReplyAsync(ioBehavior, cancellationToken).ConfigureAwait(false);
340340
if (payload.HeaderByte == AuthenticationMethodSwitchRequestPayload.Signature)
341341
{
342-
Log.Info("{0} optimistic reauthentication failed; logging in again", m_logArguments);
342+
Log.Debug("{0} optimistic reauthentication failed; logging in again", m_logArguments);
343343
payload = await SwitchAuthenticationAsync(cs, payload, ioBehavior, cancellationToken).ConfigureAwait(false);
344344
}
345345
OkPayload.Create(payload);

0 commit comments

Comments
 (0)