Skip to content

Commit 237d64d

Browse files
committed
Update outdated comment
1 parent 0f9f1cb commit 237d64d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • examples/chem-sync-local-flask/local_app/lib

examples/chem-sync-local-flask/local_app/lib/logger.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
level=logging.WARNING)
77

88

9-
# Get a logger for our App, with DEBUG enabled by default specifically for our logging
10-
# but not other libraries
9+
# Get a logger for our App, with a level enabled specifically for our logging but not other libraries
1110
def get_logger(name: str = "benchling-app") -> logging.Logger:
1211
level = os.environ.get("BENCHLING_APP_LOG_LEVEL", "INFO").upper()
1312
logger = logging.getLogger(name)

0 commit comments

Comments
 (0)