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
geomultisens
gms_preprocessing
Commits
5b17eabc
Commit
5b17eabc
authored
Oct 23, 2017
by
Daniel Scheffler
Browse files
Merge branch 'bugfix/fix_wrong_AC_loglevel'
parents
208affd5
f90e139e
Changes
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/algorithms/L1C_P.py
View file @
5b17eabc
...
...
@@ -259,7 +259,7 @@ class AtmCorr(object):
path_logfile
=
inObj
.
pathGen
.
get_path_logfile
()
fileHandler
=
logging
.
FileHandler
(
path_logfile
,
mode
=
'a'
)
fileHandler
.
setFormatter
(
logger_atmCorr
.
formatter_fileH
)
fileHandler
.
setLevel
(
logging
.
DEBUG
)
fileHandler
.
setLevel
(
CFG
.
job
.
log_level
)
logger_atmCorr
.
addHandler
(
fileHandler
)
...
...
Daniel Scheffler
@danschef
mentioned in commit
5fc54666
·
Feb 06, 2018
mentioned in commit
5fc54666
mentioned in commit 5fc54666c865a58d7ee650f3ce0dc36704c55faa
Toggle commit list
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