Skip to content

Commit

Permalink
Loggin levels change (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfredeen authored Apr 11, 2024
1 parent 9b752e2 commit a094e11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serve/templates/studio-settings-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -507,11 +507,11 @@ data:
"loggers": {
"": {
"handlers": ["console" if DEBUG else "json"],
"level": "WARNING" if DEBUG else "INFO",
"level": "DEBUG" if DEBUG else "INFO",
},
"django.server": {
"handlers": ["console" if DEBUG else "json"],
"level": "DEBUG" if DEBUG else "INFO",
"level": "WARNING",
"propagate": False,
},
},
Expand Down

0 comments on commit a094e11

Please sign in to comment.