Api v1.15.0 (#1582)

* fix(chalice): changed server level logging
This commit is contained in:
Kraiem Taha Yassine 2023-10-27 14:57:21 +02:00 committed by GitHub
parent 89102e3208
commit 766c0ea508
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,3 +1,3 @@
#!/bin/zsh #!/bin/zsh
uvicorn app:app --reload --log-level ${LOGLEVEL:-warning} uvicorn app:app --reload --log-level ${S_LOGLEVEL:-warning}