-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change file extension to .json for debug log #944
Change file extension to .json for debug log #944
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems fine, but this is not enough to remove the old .log
files.
I suspect we should add something to just rm anything that matches the glob RootDir/debug*.log
and RootDir/debug*.log.gz
. That could land in a separate PR
…her into becca/debug-file-ext
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd take it!
Rename
debug.log
todebug.json
. Log rotation is already handled by lumberjack.Closes #942.