mirror of https://github.com/q191201771/lal.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
438 B
XML
12 lines
438 B
XML
<seelog minlevel="info">
|
|
<outputs formatid="common">
|
|
<rollingfile type="date" filename="./logs/lal.log" datepattern="2006-01-02" />
|
|
<filter levels="warn,error,critical">
|
|
<rollingfile type="date" filename="./logs/lal_error.log" datepattern="2006-01-02" />
|
|
</filter>
|
|
</outputs>
|
|
<formats>
|
|
<format id="common" format="%Date(2006-01-02 15:04:05) %LEV %Msg%n" />
|
|
</formats>
|
|
</seelog>
|