Skip to content

Commit

Permalink
- downgrade log messages for silent reconnections to debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Dec 17, 2024
1 parent 37e4524 commit ee5b323
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Products/ZMySQLDA/db.py
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ def _forceReconnection(self, reason=''):
"""
if reason:
if reason in hosed_connection:
LOG.error('Forcing reconnection: %s' % hosed_connection[
LOG.debug('Forcing reconnection: %s' % hosed_connection[
reason])
else:
LOG.debug('Forcing reconnection, reason: %s.' % reason)
Expand Down

0 comments on commit ee5b323

Please sign in to comment.