Skip to content
Snippets Groups Projects
Commit cf1f914d authored by Terry D. Norbraten's avatar Terry D. Norbraten
Browse files

[Terry N.] update config

parent 31e89be6
No related branches found
No related tags found
No related merge requests found
...@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment