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

Fix "unable to rotate log files on Windows" bug #3939

Merged
merged 1 commit into from
Nov 1, 2022

Commits on Oct 31, 2022

  1. Fix "unable to rotate log files on Windows" bug

    Suppose we set up the log rotation on Windows as follows:
    
        <system>
          <log>
            rotate_age 5
          </log>
        </sytem>
    
    Currently this does not work, because the supervisor and worker will
    share the same log path, and they won't coordinate with each other.
    
    This makes it sure that each process has a log file for themselves
    on Windows.
    
    Signed-off-by: Fujimoto Seiji <fujimoto@clear-code.com>
    Fujimoto Seiji committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    8b615ea View commit details
    Browse the repository at this point in the history