Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Logging
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Coscine
backend
libraries
Logging
Merge requests
!5
Fix: Included method to determine LogLevel status
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix: Included method to determine LogLevel status
Product/572-fixLoggingMiddleware
into
master
Overview
0
Commits
2
Pipelines
1
Changes
1
Merged
Benedikt Heinrichs
requested to merge
Product/572-fixLoggingMiddleware
into
master
5 years ago
Overview
0
Commits
2
Pipelines
1
Changes
1
Expand
coscine/issues#572
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
f5295c99
2 commits,
5 years ago
1 file
+
4
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
src/Logging/CoscineLogger.cs
+
4
−
0
Options
@@ -370,6 +370,10 @@ namespace Coscine.Logging
LogManager
.
ReconfigExistingLoggers
();
}
public
static
bool
LogLevelIsActivated
(
LogType
logType
)
{
return
activeLoglevels
[(
int
)
logType
];
}
private
static
string
GetDbConnectionString
()
{
Loading