-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
240 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ _testmain.go | |
*.exe | ||
log | ||
bin | ||
*.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
<seelog type="adaptive" mininterval="200000000" maxinterval="1000000000" critmsgcount="5" minlevel="trace"> | ||
<outputs formatid="msg"> | ||
<filter levels="trace"> | ||
<!--<file path="./log/vorimport_traces.log"/>--> | ||
<console /> | ||
</filter> | ||
<filter levels="debug"> | ||
<!--<file path="./log/vorimport_debug.log"/> --> | ||
<console /> | ||
</filter> | ||
<seelog type="adaptive" mininterval="2000000" maxinterval="100000000" critmsgcount="500" minlevel="info"> | ||
<exceptions> | ||
<exception filepattern="test*" minlevel="error"/> | ||
</exceptions> | ||
<outputs formatid="all"> | ||
<file path="./log/all.log"/> | ||
<filter levels="info"> | ||
<!--<file path="./log/vorimport_info.log"/>--> | ||
<console /> | ||
<console formatid="fmtinfo"/> | ||
<file path="./log/infos.log"/> | ||
</filter> | ||
<filter levels="error,critical" formatid="fmterror"> | ||
<console/> | ||
<file path="./log/errors.log"/> | ||
</filter> | ||
<filter levels="error"> | ||
<!--<file path="./log/vorimport_error.log"/>--> | ||
<console /> | ||
</filter> | ||
</outputs> | ||
<formats> | ||
<format id="msg" format="%Time: %Msg%n"/> | ||
<format id="fmtinfo" format="[%Level] [%Time] %Msg%n"/> | ||
<format id="fmterror" format="[%LEVEL] [%Time] [%FuncShort @ %File.%Line] %Msg%n"/> | ||
<format id="all" format="[%Level] [%Time] [@ %File.%Line] %Msg%n"/> | ||
<format id="criticalemail" format="Critical error on our server!\n %Time %Date %RelFile %Func %Msg \nSent by Seelog"/> | ||
</formats> | ||
</seelog> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
<seelog type="adaptive" mininterval="200000000" maxinterval="1000000000" critmsgcount="5" minlevel="trace"> | ||
<outputs formatid="msg"> | ||
<filter levels="trace"> | ||
<!--<file path="./log/vorimport_traces.log"/>--> | ||
<console /> | ||
</filter> | ||
<filter levels="debug"> | ||
<!--<file path="./log/vorimport_debug.log"/> --> | ||
<console /> | ||
</filter> | ||
<seelog type="adaptive" mininterval="2000000" maxinterval="100000000" critmsgcount="500" minlevel="info"> | ||
<exceptions> | ||
<exception filepattern="test*" minlevel="error"/> | ||
</exceptions> | ||
<outputs formatid="all"> | ||
<file path="./log/all.log"/> | ||
<filter levels="info"> | ||
<!--<file path="./log/vorimport_info.log"/>--> | ||
<console /> | ||
<console formatid="fmtinfo"/> | ||
<file path="./log/infos.log"/> | ||
</filter> | ||
<filter levels="error,critical" formatid="fmterror"> | ||
<console/> | ||
<file path="./log/errors.log"/> | ||
</filter> | ||
<filter levels="error"> | ||
<!--<file path="./log/vorimport_error.log"/>--> | ||
<console /> | ||
</filter> | ||
</outputs> | ||
<formats> | ||
<format id="msg" format="%Time: %Msg%n"/> | ||
<format id="fmtinfo" format="[%Level] [%Time] %Msg%n"/> | ||
<format id="fmterror" format="[%LEVEL] [%Time] [%FuncShort @ %File.%Line] %Msg%n"/> | ||
<format id="all" format="[%Level] [%Time] [@ %File.%Line] %Msg%n"/> | ||
<format id="criticalemail" format="Critical error on our server!\n %Time %Date %RelFile %Func %Msg \nSent by Seelog"/> | ||
</formats> | ||
</seelog> |
Oops, something went wrong.