wip
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
import logging
|
||||
import os
|
||||
|
||||
|
||||
class Logger:
|
||||
def __init__(self) -> None:
|
||||
self.logger = logging.getLogger(os.getenv("LOGGER", "backend-logger"))
|
||||
self.logger.setLevel(logging.INFO)
|
||||
Reference in New Issue
Block a user