mirror of
https://github.com/adnanh/webhook.git
synced 2025-05-14 09:34:43 +00:00
rotation is annoying
This commit is contained in:
parent
a4ce24550c
commit
6af1966ac7
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue