Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kieker-TeeTime-Stages
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
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeeTime
Kieker-TeeTime-Stages
Commits
bd221b4d
Commit
bd221b4d
authored
10 years ago
by
Christian Wulf
Browse files
Options
Downloads
Patches
Plain Diff
fixed logging issue
parent
452903de
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/resources/logback.groovy
+0
-8
0 additions, 8 deletions
src/main/resources/logback.groovy
src/test/resources/logback.groovy
+5
-2
5 additions, 2 deletions
src/test/resources/logback.groovy
with
5 additions
and
10 deletions
src/main/resources/logback.groovy
+
0
−
8
View file @
bd221b4d
...
...
@@ -20,11 +20,3 @@ appender("CONSOLE", ConsoleAppender) {
}
root
WARN
,
[
"CONSOLE"
]
//logger "teetime.variant.methodcallWithPorts.stage", DEBUG, ["CONSOLE"]
logger
"teetime.variant.methodcallWithPorts.stage"
,
INFO
logger
"teetime.variant.methodcallWithPorts.framework.core.pipe"
,
INFO
logger
"util.TimingsReader"
,
TRACE
,
[
"FILE"
]
logger
"util.BucketTimingsReader"
,
TRACE
,
[
"FILE"
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
src/test/resources/logback
-test
.groovy
→
src/test/resources/logback.groovy
+
5
−
2
View file @
bd221b4d
...
...
@@ -19,7 +19,10 @@ appender("CONSOLE", ConsoleAppender) {
}
}
root
ERROR
,
[
"CONSOLE"
]
root
WARN
,
[
"CONSOLE"
]
logger
"teetime.framework"
,
INFO
logger
"teetime.framework.signal"
,
INFO
logger
"teetime.stage"
,
INFO
logger
"teetime.variant.methodcallWithPorts.stage"
,
INFO
logger
"util"
,
INFO
\ No newline at end of file
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