Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mpsd-software-manager
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MPSD Computational Science
mpsd-software-manager
Commits
a359f15a
Commit
a359f15a
authored
1 year ago
by
Hans Fangohr
Browse files
Options
Downloads
Patches
Plain Diff
black
parent
a07cb0f8
No related branches found
No related tags found
1 merge request
!29
Restructure log location
Pipeline
#370146
passed
1 year ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
mpsd-software-environment.py
+1
-1
1 addition, 1 deletion
mpsd-software-environment.py
with
1 addition
and
1 deletion
mpsd-software-environment.py
+
1
−
1
View file @
a359f15a
...
@@ -270,7 +270,7 @@ def set_up_logging(loglevel="warning", filename=None):
...
@@ -270,7 +270,7 @@ def set_up_logging(loglevel="warning", filename=None):
shell_handler
.
setFormatter
(
shell_formatter
)
shell_handler
.
setFormatter
(
shell_formatter
)
# use the log_level_numeric to decide how much logging is sent to shell
# use the log_level_numeric to decide how much logging is sent to shell
shell_handler
.
setLevel
(
log_level_numeric
)
shell_handler
.
setLevel
(
log_level_numeric
)
# Here we set the handlers of the RootLogger to be just the one we want.
# Here we set the handlers of the RootLogger to be just the one we want.
# The reason is that the logging module will add a <StreamHandler <stderr>
# The reason is that the logging module will add a <StreamHandler <stderr>
# (NOTSET)> handler if logging.info/logging.debug/... is used before we
# (NOTSET)> handler if logging.info/logging.debug/... is used before we
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment