global: change default log level in prod to Warning

This commit is contained in:
Abdullah Atta
2024-05-16 13:16:11 +05:00
parent dac2d7a577
commit 95119f8df2
4 changed files with 24 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
{
"Logging": {
"LogLevel": {
"Default": "Warning"
}
}
}