Skip to content

Commit 44d851e

Browse files
committed
🔊 Fix logs
1 parent 9c286ce commit 44d851e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def __init__(self, *args, **kwargs) -> None:
3333
patch(self.access_logger)
3434

3535
app_config = Config()
36+
app_config.accesslog = "-"
3637
app_config.logger_class = CustomLogger
3738
app_config.include_server_header = False # security
3839
app_config.bind = ["0.0.0.0:5000"]

0 commit comments

Comments
 (0)