-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 <[email protected]>
- Loading branch information
Fujimoto Seiji
committed
Oct 31, 2022
1 parent
c328422
commit 8b615ea
Showing
3 changed files
with
38 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters