From 766c0ea5087f7673b96a1c858e307371ecb38a19 Mon Sep 17 00:00:00 2001 From: Kraiem Taha Yassine Date: Fri, 27 Oct 2023 14:57:21 +0200 Subject: [PATCH] Api v1.15.0 (#1582) * fix(chalice): changed server level logging --- api/run-dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/run-dev.sh b/api/run-dev.sh index 519afe451..4f61ea2eb 100755 --- a/api/run-dev.sh +++ b/api/run-dev.sh @@ -1,3 +1,3 @@ #!/bin/zsh -uvicorn app:app --reload --log-level ${LOGLEVEL:-warning} \ No newline at end of file +uvicorn app:app --reload --log-level ${S_LOGLEVEL:-warning} \ No newline at end of file