uvicron access logs disabled (no GraphQL playground spam)

This commit is contained in:
Igor Lobanov 2022-11-23 13:22:18 +01:00
parent 5c803afa39
commit 7f3f52c7c9

View File

@ -74,7 +74,7 @@ if __name__ == "__main__":
headers=headers, headers=headers,
# log_config=LOGGING_CONFIG, # log_config=LOGGING_CONFIG,
log_level=None, log_level=None,
access_log=True, access_log=False,
reload=True reload=True
) # , ssl_keyfile="discours.key", ssl_certfile="discours.crt") ) # , ssl_keyfile="discours.key", ssl_certfile="discours.crt")
elif x == "migrate": elif x == "migrate":