UNPKG
@appthreat/atom-parsetools
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Parsing tools that complement the @appthreat/atom project.
github.com/AppThreat/atom
AppThreat/atom
@appthreat/atom-parsetools
/
plugins
/
log4j2.xml
14 lines
(13 loc)
•
391 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?xml version=
"1.0"
encoding=
"UTF-8"
?>
<
Configuration
status
=
"ERROR"
>
<
Appenders
>
<
Console
name
=
"Console"
target
=
"SYSTEM_ERR"
>
<
PatternLayout
pattern
=
"%d{yyy-MM-dd HH:mm:ss.SSS} %p %c{0}: %msg%n"
/>
</
Console
>
</
Appenders
>
<
Loggers
>
<
Root
level
=
"ERROR"
>
<
AppenderRef
ref
=
"Console"
/>
</
Root
>
</
Loggers
>
</
Configuration
>