Skip to content

Commit 70bb9a5

Browse files
authored
Change default log level to debug (#125)
1 parent 1182a65 commit 70bb9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Settings(BaseSettings):
3131
bugzilla_api_key: str
3232

3333
# Logging
34-
log_level: str = "info"
34+
log_level: str = "debug"
3535

3636
# Sentry
3737
sentry_dsn: Optional[SentryDsn]

0 commit comments

Comments
 (0)