We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f9f1cb commit 237d64dCopy full SHA for 237d64d
1 file changed
examples/chem-sync-local-flask/local_app/lib/logger.py
@@ -6,8 +6,7 @@
6
level=logging.WARNING)
7
8
9
-# Get a logger for our App, with DEBUG enabled by default specifically for our logging
10
-# but not other libraries
+# Get a logger for our App, with a level enabled specifically for our logging but not other libraries
11
def get_logger(name: str = "benchling-app") -> logging.Logger:
12
level = os.environ.get("BENCHLING_APP_LOG_LEVEL", "INFO").upper()
13
logger = logging.getLogger(name)
0 commit comments