Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
itminedu
synnefo
Commits
961181ec
Commit
961181ec
authored
May 16, 2013
by
Christos Stavrakakis
Browse files
webproject: Do not disable existing loggers
Do not disable by default all existing loggers.
parent
fcc21645
Changes
1
Hide whitespace changes
Inline
Side-by-side
snf-webproject/synnefo/webproject/settings/default/logging.py
View file @
961181ec
...
...
@@ -20,7 +20,7 @@ FORMATTERS = {
LOGGING_SETUP
=
{
'version'
:
1
,
'disable_existing_loggers'
:
Tru
e
,
'disable_existing_loggers'
:
Fals
e
,
'formatters'
:
FORMATTERS
,
'handlers'
:
{
...
...
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