Skip to content

During log rotation, close file before renaming it #1

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

Open
wants to merge 40 commits into
base: master
Choose a base branch
from

Conversation

dgolub
Copy link
Owner

@dgolub dgolub commented Nov 20, 2014

No description provided.

john-morales and others added 30 commits December 16, 2013 19:28
Allow FileAppender to work with any object that implements WriteString
Introducing concept of turbo filters a la logback
Add support for custom StringWriter interface to handle writing lines to log files.
Windows doesn't like it when multiple processes open the same file. This adds
defer calls to close the RollingFileAppender. Also, createLogDir calls
os.MkdirAll because os.Mkdir fails on Windows if the directory being created
already exists.
Make tests work on Windows
Wrap logged error in ErrorWithCode
unintentionally interpolating messages that contained prior formatted
messages that contained structs. (Example: &{1})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants