-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseelog.xml
31 lines (31 loc) · 1.64 KB
/
seelog.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<seelog type="asynctimer" asyncinterval="1000000">
<outputs formatid="all">
<filter levels="info" formatid="fmtinfo" >
<console/>
<!--<rollingfile type="size" filename="/var/log/persistent/configurator.log" maxsize="20000000" maxrolls="5" />-->
</filter>
<filter levels="warn" formatid="fmtwarn">
<console/>
<!--<rollingfile type="size" filename="/var/log/persistent/configurator.log" maxsize="20000000" maxrolls="5" />-->
</filter>
<filter levels="error,critical" formatid="fmterror">
<console/>
<!--<rollingfile type="size" filename="/var/log/persistent/configurator.log" maxsize="20000000" maxrolls="5" />-->
</filter>
<filter levels="debug" formatid="fmtdebug">
<console/>
<!--<rollingfile type="size" filename="/var/log/persistent/configurator.log" maxsize="20000000" maxrolls="5" />-->
</filter>
<filter levels="trace">
<console/>
<!--<rollingfile type="size" filename="/var/log/persistent/configurator.log" maxsize="20000000" maxrolls="5" />-->
</filter>
</outputs>
<formats>
<format id="fmtinfo" format="%EscM(32)[%Level]%EscM(0) [%Date(2006-01-02 15:04:05.000)] [%File:%Line] %Msg%n"/>
<format id="fmterror" format="%EscM(31)[%LEVEL]%EscM(0) [%Date(2006-01-02 15:04:05.000)] [%FuncShort @ %File:%Line] %Msg%n"/>
<format id="fmtwarn" format="%EscM(33)[%LEVEL]%EscM(0) [%Date(2006-01-02 15:04:05.000)] [%FuncShort @ %File:%Line] %Msg%n"/>
<format id="fmtdebug" format="%EscM(35)[%LEVEL]%EscM(0) [%Date(2006-01-02 15:04:05.000)] [%FuncShort @ %File:%Line] %Msg%n"/>
<format id="all" format="%EscM(2)[%LEVEL]%EscM(0) [%Date(2006-01-02 15:04:05.000)] [%FuncShort @ %File:%Line] %Msg%n"/>
</formats>
</seelog>