-
Notifications
You must be signed in to change notification settings - Fork 113
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
Logrotate #7509
Merged
Merged
Logrotate #7509
Conversation
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
Signed-off-by: Pappu Kumar <pappu.kumar@progress.com>
Signed-off-by: Pappu Kumar <pappu.kumar@progress.com>
Signed-off-by: Pappu Kumar <pappu.kumar@progress.com>
Signed-off-by: Pappu Kumar <pappu.kumar@progress.com>
Signed-off-by: Pappu Kumar <pappu.kumar@progress.com>
Signed-off-by: Pappu Kumar <pappu.kumar@progress.com>
Signed-off-by: Pappu Kumar <pappu.kumar@progress.com>
daveaugustus
force-pushed
the
dave/STALWART-232
branch
from
November 2, 2022 10:29
b4ad897
to
fb9de23
Compare
Signed-off-by: Yashvi Jain <yashvi.jain@progress.com>
Signed-off-by: Yashvi Jain <yashvi.jain@progress.com>
SonarCloud Quality Gate failed. |
kalroy
pushed a commit
that referenced
this pull request
Nov 7, 2022
* Adding chamges for the config Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Adding functions for redirecting logs Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Logrotate (#7509) * cns Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * Logrotate setup Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * Changes Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * PAtch changes Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * PAtch changes Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * Added string conf Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * Ran system command Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * Added changes Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * Final changes Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * Removing unwanted loggers Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Adding correct combination for logrotate Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * logrotate Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Co-authored-by: Pappu Kumar <pappu.kumar@progress.com> Co-authored-by: Yashvi Jain <yashvi.jain@progress.com> * Changes for pipeline Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Uodated config logrotate Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> * Adding the config parameters Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Removing unwanted lines Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Changes for config request Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Adding compressed logic Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> * Adding the PR changes Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Yashvi Jain <yashvi.jain@progress.com> Signed-off-by: Pappu Kumar <pappu.kumar@progress.com> Co-authored-by: Dave Augustus <36985548+daveaugustus@users.noreply.github.com> Co-authored-by: Pappu Kumar <pappu.kumar@progress.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Signed-off-by: Pappu Kumar pappu.kumar@progress.com
🔩 Description: What code changed, and why?
The idea is to rotale log and allow the user to configure log rotate either daily, weekly or based on the log file size.
⛓️ Related Resources
👍 Definition of Done
👟 How to Build and Test the Change
rebuild components/automate-deployment
✅ Checklist
All PRs must tick these:
With occasional exceptions, all PRs from Progress employees must tick these:
make spell
in any component directory)All PRs from Progress employees should tick these if appropriate:
Please add a note next to any checkbox above if you are NOT ticking it.
📷 Screenshots, if applicable