Tweaks
This commit is contained in:
@ -18,7 +18,11 @@ async def root():
|
||||
|
||||
|
||||
def main():
|
||||
logging.basicConfig(filename=LOG_FILE, level=logging.INFO)
|
||||
logging.basicConfig(
|
||||
filename=LOG_FILE,
|
||||
format="%(asctime)s %(levelname)s %(message)s",
|
||||
level=logging.INFO,
|
||||
)
|
||||
logging.info(f"Starting server {CONTAINER_NAME}")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user