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

update logger type

This commit is contained in:
Timothy 2014-05-16 23:54:30 +08:00
parent 5a2cfddd75
commit 24373e0cc0

View File

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