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

gh-115809: Improve TimedRotatingFileHandler.getFilesToDelete() #115812

Commits on Feb 22, 2024

  1. pythongh-115809: Improve TimedRotatingFileHandler.getFilesToDelete()

    Improve algorithm for computing which rolled-over log files to delete
    in logging.TimedRotatingFileHandler. It is now reliable for handlers
    without namer and with arbitrary deterministic namer that leaves
    the datetime part in the file name unmodified.
    serhiy-storchaka committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    f5450e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2024

  1. Add comments.

    serhiy-storchaka committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    a5347f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc6f22 View commit details
    Browse the repository at this point in the history