File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Environment variables for the local development environment
2
2
ENV = local
3
+ LOG_LEVEL = debug
3
4
APP_RELOAD = True
4
5
APP_DEBUG = True
5
6
Original file line number Diff line number Diff line change 106
106
"filename": ".env.example",
107
107
"hashed_secret": "4b9a4ce92b6a01a4cd6ee1672d31c043f2ae79ab",
108
108
"is_verified": false,
109
- "line_number": 8
109
+ "line_number": 9
110
110
},
111
111
{
112
112
"type": "Secret Keyword",
113
113
"filename": ".env.example",
114
114
"hashed_secret": "77ea6398f252999314d609a708842a49fc43e055",
115
115
"is_verified": false,
116
- "line_number": 11
116
+ "line_number": 12
117
117
}
118
118
],
119
119
"README.md": [
126
126
}
127
127
]
128
128
},
129
- "generated_at": "2023-04-06T17:29:22Z "
129
+ "generated_at": "2023-04-06T18:13:58Z "
130
130
}
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ class Settings(BaseSettings):
46
46
bugzilla_api_key : str
47
47
48
48
# Logging
49
- log_level : str = "debug "
49
+ log_level : str = "info "
50
50
51
51
# Sentry
52
52
sentry_dsn : Optional [SentryDsn ]
You can’t perform that action at this time.
0 commit comments