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
Lozac'h Loic
AgriFrozenAreaProject
Commits
57df37b7
Commit
57df37b7
authored
Aug 25, 2021
by
Lozac'h Loic
Browse files
logging
parent
6250a895
Changes
1
Hide whitespace changes
Inline
Side-by-side
frozenservices/settings.py
View file @
57df37b7
...
...
@@ -118,7 +118,29 @@ AUTH_PASSWORD_VALIDATORS = [
},
]
LOGGING
=
{
"version"
:
1
,
"disable_existing_loggers"
:
False
,
"formatters"
:
{
"verbose"
:
{
"format"
:
"%(asctime)s-15s %(name)-32s [%(levelname)-8s] (%(module)-17s) %(message)s"
}
},
"handlers"
:
{
"console"
:
{
"level"
:
"DEBUG"
,
"class"
:
"logging.StreamHandler"
,
"formatter"
:
"verbose"
,
}
},
"loggers"
:
{
"frozenapp.eodags1"
:
{
"handlers"
:
[
"console"
],
"propagate"
:
True
,
"level"
:
"DEBUG"
,
},
},
}
# Internationalization
# https://docs.djangoproject.com/en/2.2/topics/i18n/
...
...
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