Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
open-webui
Commits
03618fd2
Commit
03618fd2
authored
Jul 12, 2024
by
Peter De-Ath
Browse files
fix: update logging configuration in env.py
parent
90c3d68f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
backend/migrations/env.py
backend/migrations/env.py
+1
-1
No files found.
backend/migrations/env.py
View file @
03618fd2
...
@@ -27,7 +27,7 @@ config = context.config
...
@@ -27,7 +27,7 @@ config = context.config
# Interpret the config file for Python logging.
# Interpret the config file for Python logging.
# This line sets up loggers basically.
# This line sets up loggers basically.
if
config
.
config_file_name
is
not
None
:
if
config
.
config_file_name
is
not
None
:
fileConfig
(
config
.
config_file_name
)
fileConfig
(
config
.
config_file_name
,
disable_existing_loggers
=
False
)
# add your model's MetaData object here
# add your model's MetaData object here
# for 'autogenerate' support
# for 'autogenerate' support
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment