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