mirror of
https://github.com/adnanh/webhook.git
synced 2026-07-26 17:19:17 +08:00
rotation is annoying
This commit is contained in:
+2
-2
@@ -31,8 +31,8 @@ var (
|
||||
func init() {
|
||||
flag.Parse()
|
||||
|
||||
fileLogWriter := l4g.NewFileLogWriter(*logFilename, true)
|
||||
fileLogWriter.SetRotateDaily(true)
|
||||
fileLogWriter := l4g.NewFileLogWriter(*logFilename, false)
|
||||
fileLogWriter.SetRotateDaily(false)
|
||||
|
||||
martini.Env = "production"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user