Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

Commit 47fc132

Browse files
committed
configure logging level in db
1 parent e71aa6a commit 47fc132

File tree

1 file changed

+1
-0
lines changed
  • swift_x_account_sharing

1 file changed

+1
-0
lines changed

swift_x_account_sharing/db.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313

1414
MODULE_LOGGER = logging.getLogger("db")
15+
MODULE_LOGGER.setLevel(os.environ.get('LOG_LEVEL', 'INFO'))
1516

1617

1718
def handle_dropped_connection(

0 commit comments

Comments
 (0)