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
Merge requests
!102
Fix double plog output, version 2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix double plog output, version 2
fix-double-plog-output-version2
into
main
Overview
1
Commits
2
Pipelines
2
Changes
1
Merged
Hans Fangohr
requested to merge
fix-double-plog-output-version2
into
main
1 year ago
Overview
1
Commits
2
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Viewing commit
988dd126
Prev
Next
Show latest version
1 file
+
0
−
1
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
988dd126
fix whitespacee
· 988dd126
Hans Fangohr
authored
1 year ago
src/mpsd_software_manager/mpsd_software.py
+
0
−
1
Options
@@ -344,7 +344,6 @@ def set_up_logging(loglevel="warning", file_path=None):
@@ -344,7 +344,6 @@ def set_up_logging(loglevel="warning", file_path=None):
ch
.
setFormatter
(
formatter
)
ch
.
setFormatter
(
formatter
)
print_log
.
handlers
=
[
ch
]
print_log
.
handlers
=
[
ch
]
# if filename provided, write output of print_log to that file, too
# if filename provided, write output of print_log to that file, too
if
file_path
:
if
file_path
:
# create, format and add file handler
# create, format and add file handler
Loading