Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Robodata
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
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
Savage
Robodata
Commits
cf1f914d
Commit
cf1f914d
authored
2 years ago
by
Terry D. Norbraten
Browse files
Options
Downloads
Patches
Plain Diff
[Terry N.] update config
parent
31e89be6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
DFDL/conf/log4j2.xml
+14
-11
14 additions, 11 deletions
DFDL/conf/log4j2.xml
with
14 additions
and
11 deletions
DFDL/conf/log4j2.xml
+
14
−
11
View file @
cf1f914d
...
@@ -16,15 +16,18 @@
...
@@ -16,15 +16,18 @@
limitations under the License.
limitations under the License.
-->
-->
<Configuration>
<Configuration
status=
"WARN"
>
<Appenders>
<Properties>
<Console
name=
"STDERR"
target=
"SYSTEM_ERR"
>
<Property
name=
"LOG_PATTERN"
>
[%-5level] %d{yyyy MMM dd HH:mm:ss 'GMT'Z} [%t] %C:%L - %m%n
</Property>
<PatternLayout
pattern=
"[%p{lowerCase=true}] %m%n"
/>
</Properties>
</Console>
<Appenders>
</Appenders>
<Console
name=
"Console"
target=
"SYSTEM_ERR"
>
<Loggers>
<PatternLayout
pattern=
"${LOG_PATTERN}"
/>
<Root
level=
"WARN"
>
</Console>
<AppenderRef
ref=
"STDERR"
/>
</Appenders>
</Root>
<Loggers>
</Loggers>
<Root
level=
"INFO"
>
<AppenderRef
ref=
"Console"
/>
</Root>
</Loggers>
</Configuration>
</Configuration>
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