1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

update logger

This commit is contained in:
Timothy 2014-05-17 00:00:18 +08:00
parent 24373e0cc0
commit c538c334ea

View File

@ -6,7 +6,7 @@ func initLog() {
testConfig := ` testConfig := `
<seelog> <seelog>
<outputs> <outputs>
<file type="size" path="./run.log" /> <rollingfile type="size" filename="./run.log" maxsize="10000" maxrolls="5" />
</outputs> </outputs>
</seelog> </seelog>
` `