Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
TangoArchivingGraphQLExtractor
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Software Control System
Tango controls archiving
TangoArchivingGraphQLExtractor
Commits
b21a49d0
Commit
b21a49d0
authored
1 month ago
by
gwen-soleil
Browse files
Options
Downloads
Patches
Plain Diff
separate logging conf for prod-hdb
parent
749ba8ca
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/resources/logback-spring.xml
+1
-9
1 addition, 9 deletions
src/main/resources/logback-spring.xml
with
1 addition
and
9 deletions
src/main/resources/logback-spring.xml
+
1
−
9
View file @
b21a49d0
...
...
@@ -34,7 +34,7 @@
</root>
</springProfile>
<springProfile
name=
"
prod-hdb |
preprod-hdb | dev-hdb"
>
<springProfile
name=
"preprod-hdb | dev-hdb"
>
<include
resource=
"org/springframework/boot/logging/logback/defaults.xml"
/>
<include
resource=
"org/springframework/boot/logging/logback/console-appender.xml"
/>
<logger
name=
"org.tango"
level=
"INFO"
/>
...
...
@@ -58,11 +58,6 @@
<include
resource=
"org/springframework/boot/logging/logback/defaults.xml"
/>
<include
resource=
"org/springframework/boot/logging/logback/console-appender.xml"
/>
<logger
name=
"org.tango"
level=
"INFO"
/>
<logger
name=
"jdbc.sqltiming"
level=
"DEBUG"
/>
<logger
name=
"jdbc.resultset"
level=
"ERROR"
/>
<logger
name=
"jdbc.audit"
level=
"ERROR"
/>
<logger
name=
"jdbc.connection"
level=
"ERROR"
/>
<logger
name=
"jdbc.sqlonly"
level=
"DEBUG"
/>
<logger
name=
"fr.soleil.archiving"
level=
"INFO"
/>
<logger
name=
"fr.soleil.archiving.datafetch"
level=
"DEBUG"
/>
<logger
name=
"fr.soleil.tango.archiving"
level=
"INFO"
/>
...
...
@@ -104,9 +99,6 @@
<springProfile
name=
"prod-hdb"
>
<include
resource=
"org/springframework/boot/logging/logback/defaults.xml"
/>
<include
resource=
"org/springframework/boot/logging/logback/console-appender.xml"
/>
<property
name=
"LOG_FILE"
value=
"/workspace/log/hdb-datafetcher.log"
/>
<include
resource=
"org/springframework/boot/logging/logback/file-appender.xml"
/>
<logger
name=
"org.jdbi"
level=
"DEBUG"
/>
<logger
name=
"fr.soleil.archiving.datafetch"
level=
"DEBUG"
/>
<logger
name=
"fr.soleil.archiving.datafetch.graphql.utils"
level=
"DEBUG"
/>
<root
level=
"INFO"
>
...
...
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