uvicron access logs disabled (no GraphQL playground spam)
This commit is contained in:
parent
5c803afa39
commit
7f3f52c7c9
|
@ -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":
|
||||||
|
|
Loading…
Reference in New Issue
Block a user