Skip to content

Commit

Permalink
dropping the lack of a DB connection to debug level
Browse files Browse the repository at this point in the history
  • Loading branch information
PhillipsOwen committed May 22, 2023
1 parent d65cc3c commit 29b4a1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/pg_utils_multi.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def check_db_connection(self, db_info: namedtuple) -> bool:
try:
# is there an existing connection
if not db_info.conn:
self.logger.warning('Existing DB connection not found for %s', db_info.name)
self.logger.debug('Existing DB connection not found for %s', db_info.name)

# force getting a new connection
ret_val = False
Expand Down

0 comments on commit 29b4a1e

Please sign in to comment.