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
VIGNET Pierre
cadbiom
Commits
aa24172b
Commit
aa24172b
authored
Dec 03, 2016
by
VIGNET Pierre
Browse files
Improve logging ability
parent
98a8af39
Changes
1
Hide whitespace changes
Inline
Side-by-side
cadbiom/commons.py
View file @
aa24172b
...
...
@@ -14,6 +14,9 @@ DIR_DATA = 'data/'
# Logging
LOGGER_NAME
=
info
.
PACKAGE_NAME
LOG_LEVEL
=
logging
.
DEBUG
LOG_LEVELS
=
{
'debug'
:
logging
.
DEBUG
,
'info'
:
logging
.
INFO
,
'error'
:
logging
.
ERROR
}
################################################################################
...
...
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