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
f90e139e
Commit
f90e139e
authored
Oct 23, 2017
by
Daniel Scheffler
Browse files
Fixed AC log level statically set to DEBUG.
parent
d447d098
Pipeline
#1407
passed with stage
in 8 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
gms_preprocessing/algorithms/L1C_P.py
View file @
f90e139e
...
...
@@ -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 issue
#45 (closed)
·
Oct 23, 2017
mentioned in issue
#45 (closed)
mentioned in issue #45
Toggle commit list
Daniel Scheffler
@danschef
mentioned in commit
f2f228ef
·
Feb 06, 2018
mentioned in commit
f2f228ef
mentioned in commit f2f228ef2e95c71a6665cc64e57e1c3dabdb9d79
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