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 9c286ce commit 44d851eCopy full SHA for 44d851e
main.py
@@ -33,6 +33,7 @@ def __init__(self, *args, **kwargs) -> None:
33
patch(self.access_logger)
34
35
app_config = Config()
36
+ app_config.accesslog = "-"
37
app_config.logger_class = CustomLogger
38
app_config.include_server_header = False # security
39
app_config.bind = ["0.0.0.0:5000"]
0 commit comments