Skip to content
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

respect MaxLogFileSize setting even when ELPP_NO_DEFAULT_LOG_FILE is set #593

Closed
wants to merge 1 commit into from

Conversation

MonsieurNicolas
Copy link

It looks like defining ELPP_NO_DEFAULT_LOG_FILE disables features such as MaxLogFileSize even though ELPP_NO_DEFAULT_LOG_FILE is supposed to only impact the initial state (as per documentation).

While this fix changes the behavior, it should not really impact anybody:
it is safe to assume that somebody setting MaxLogFileSize does it when logging to a file.

This is a

  • Breaking change
  • New feature
  • Bugfix

I have

@MonsieurNicolas
Copy link
Author

Any feedback on this PR?

@abumq
Copy link
Owner

abumq commented Feb 14, 2018

Hi @MonsieurNicolas Sorry for the delay and thanks for this PR.
I like this change and I've applied changes manually in 4442da1 as it's hard to merge changes with potential conflicts

@abumq abumq closed this Feb 14, 2018
abumq added a commit that referenced this pull request Feb 14, 2018
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.

2 participants