-
Notifications
You must be signed in to change notification settings - Fork 45
Remove rotatelogs (apache2-utils) #1610
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
Remove rotatelogs (apache2-utils) #1610
Conversation
Removes rotatelogs (apache2-utils) Related to changes made in dmwm/WMCore to use python native log rotation
|
@belforte we are planning to remove the Apache-utils based Do you think this change (plus the WMCore relevant change) can cause CRAB issues? Or is it something that you guys can handle by the next stable release? Thanks! |
|
@aspiringmind-code may I ask you to kindly look at this ? I am not sure that we use |
|
I do not find |
|
Thank you for checking this, @belforte |
it was removed by @novicecpp when dropping support for CephFS, initial implementation here [1] . Then the mention to rotatelogs got lost when he switched to using WMCore pypi packages |
|
😮 I was confusing with usage of |
|
I just recently opened [1] and reconstructed the history of CRAB dropping cephfs :) No technical magic, I just started from the relevant issue in dmwm/CRABServer then opened all the mentioned issues and PRs. it was a manual task, lots of clickling and reading |
|
🙇 |
|
@d-ylee I suspect this PR is no longer relevant. If you confirm this, shall we close this out? |
|
I think so? Does this image use rotatelogs? #1627 |
|
Yes, it inherits from the |
Extends dmwm/WMCore#11955
Removes rotatelogs (apache2-utils)
Related to changes made in dmwm/WMCore to use python native log rotation
This is needed after the above PR is merged, since we won't be using
rotatelogsand instead be using Python's native log rotation mechanisms