feat: clean up logging of database, publication, subscriptio controllers#6268
Merged
mnencia merged 3 commits intocloudnative-pg:mainfrom Dec 4, 2024
Merged
feat: clean up logging of database, publication, subscriptio controllers#6268mnencia merged 3 commits intocloudnative-pg:mainfrom
mnencia merged 3 commits intocloudnative-pg:mainfrom
Conversation
Contributor
|
❗ By default, the pull request is configured to backport to all release branches.
|
gabriele-wolfox
approved these changes
Dec 4, 2024
1af7788 to
5340624
Compare
armru
approved these changes
Dec 4, 2024
Member
|
/test limit=local |
Contributor
|
@armru, here's the link to the E2E on CNPG workflow run: https://github.com/cloudnative-pg/cloudnative-pg/actions/runs/12162540073 |
mnencia
approved these changes
Dec 4, 2024
Member
|
/ok-to-merge green tests. only unrelated known failures |
Signed-off-by: Jaime Silvela <jaime.silvela@enterprisedb.com>
Signed-off-by: wolfox <gabriele.quaresima@enterprisedb.com>
Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
jsilvela
added a commit
to EnterpriseDB/cloudnative-pg
that referenced
this pull request
Dec 5, 2024
…ers (cloudnative-pg#6268) This update enhances the logging mechanisms for the database, publication, and subscription controllers. It ensures more consistent and informative log messages, making debugging and monitoring easier. Closes cloudnative-pg#5524 Signed-off-by: Jaime Silvela <jaime.silvela@enterprisedb.com> Signed-off-by: wolfox <gabriele.quaresima@enterprisedb.com> Signed-off-by: Armando Ruocco <armando.ruocco@enterprisedb.com> Co-authored-by: wolfox <gabriele.quaresima@enterprisedb.com> Co-authored-by: Armando Ruocco <armando.ruocco@enterprisedb.com>
This file contains hidden or 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
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.
Ensures that the primary pod has a clear indication of when a
database/publication/subscription is being reconciled, whether it succeeds,
or there is any error.
Puts those logs at the Info level so they're there by default.
Neither replica instances nor the controller will get any logs.
Closes #5524