+ config: Added in lumberjack to handle rolling logs. Added more config properties around new log feature.

Reset logger max file size config. Fix #1573.

Remove verbose from default config.
This commit is contained in:
DannyHinshaw
2020-06-02 07:20:12 -04:00
committed by Simon Zolin
parent 67dacdf8ae
commit e23b79dda0
4 changed files with 39 additions and 5 deletions

1
go.mod
View File

@@ -20,5 +20,6 @@ require (
golang.org/x/crypto v0.0.0-20200403201458-baeed622b8d8
golang.org/x/net v0.0.0-20200324143707-d3edc9973b7e
golang.org/x/sys v0.0.0-20200331124033-c3d80250170d
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/yaml.v2 v2.2.8
)