discovery log

This commit is contained in:
snoop 2017-08-10 10:49:14 +09:00
parent 4e9fd5b077
commit 98d53e9999

View File

@ -24,10 +24,16 @@
<rollingfile formatid="basic" type="date" filename="./bin/logs/log" maxrolls="5" archiveexploded="true"
datepattern="02.01.2006" archivetype="zip" fullname="true" archivepath="./bin/logs/archives/"/>
</outputs>
<!--<formats>-->
<!--<format id="basic" format="%Date/%Time [%LEV] %File:%Line %Func()-%Msg%n"/>-->
<!--<format id="dtLevelFmt" format="%EscM(34)%Date/%Time [%LEV] %File:%Line %Func()-%Msg%n"/>-->
<!--<format id="iwLevelFmt" format="%EscM(35)%Date/%Time [%LEV] %File:%Line %Func()-%Msg%n"/>-->
<!--<format id="ecLevelFmt" format="%EscM(31)%Date/%Time [%LEV] %File:%Line %Func()-%Msg%n"/>-->
<!--</formats>-->
<formats>
<format id="basic" format="%Date/%Time [%LEV] %File:%Line %Func()-%Msg%n"/>
<format id="dtLevelFmt" format="%EscM(34)%Date/%Time [%LEV] %File:%Line %Func()-%Msg%n"/>
<format id="iwLevelFmt" format="%EscM(35)%Date/%Time [%LEV] %File:%Line %Func()-%Msg%n"/>
<format id="ecLevelFmt" format="%EscM(31)%Date/%Time [%LEV] %File:%Line %Func()-%Msg%n"/>
<format id="basic" format="%Date/%Time [%LEV] %File:%Line -%Msg%n"/>
<format id="dtLevelFmt" format="%EscM(34)%Date/%Time [%LEV] %File:%Line -%Msg%n"/>
<format id="iwLevelFmt" format="%EscM(35)%Date/%Time [%LEV] %File:%Line -%Msg%n"/>
<format id="ecLevelFmt" format="%EscM(31)%Date/%Time [%LEV] %File:%Line -%Msg%n"/>
</formats>
</seelog>