Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
ecc45cd8
Commit
ecc45cd8
authored
Jan 15, 2019
by
Martin Reinecke
Browse files
try different aproach to fix logging
parent
5689ba2d
Changes
1
Hide whitespace changes
Inline
Side-by-side
nifty5/logger.py
View file @
ecc45cd8
...
...
@@ -21,6 +21,7 @@ def _logger_init():
from
.
import
dobj
res
=
logging
.
getLogger
(
'NIFTy5'
)
res
.
setLevel
(
logging
.
DEBUG
)
res
.
propagate
=
False
if
dobj
.
rank
==
0
:
ch
=
logging
.
StreamHandler
()
ch
.
setLevel
(
logging
.
DEBUG
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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