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
GitLab 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
!4
Fix: Included method to determine LogLevel status
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
Fix: Included method to determine LogLevel status
Topic/573-fixLoggingMiddleware
into
Product/572-fixLoggingMiddleware
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Benedikt Heinrichs
requested to merge
Topic/573-fixLoggingMiddleware
into
Product/572-fixLoggingMiddleware
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
coscine/issues#573
0
0
Merge request reports
Compare
Product/572-fixLoggingMiddleware
Product/572-fixLoggingMiddleware (base)
and
latest version
latest version
27087371
1 commit,
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
View file @ 27087371
Edit in single-file editor
Open in Web IDE
Show full file
@@ -370,6 +370,10 @@ namespace Coscine.Logging
LogManager
.
ReconfigExistingLoggers
();
}
public
static
bool
LogLevelIsActivated
(
LogType
logType
)
{
return
activeLoglevels
[(
int
)
logType
];
}
private
static
string
GetDbConnectionString
()
{
Loading