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

Fixes #24817: When there are more nodes than supported by licenses, no logs in webapp states it #5646

Conversation

fanf
Copy link
Member

@fanf fanf commented May 2, 2024

https://issues.rudder.io/issues/24817

Successfully where to add the check to be useful.

Now, the log looks like that at start:

image

At at run time, when a limited feature is triggered:

image

@fanf fanf requested a review from VinceMacBuche May 2, 2024 19:11
case Some(i) => s"'${i.softwareId}' "
case None => ""
}
ApplicationLoggerPure.Plugin.logEffect.warn(s"Plugin ${name}is disabled: ${reason}")
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this will be outputed each time a limited feature is accessed. It may spam logs, but it seems more important to have the message if number of nodes grow out of bound after start

@Normation-Quality-Assistant
Copy link
Contributor

This PR is not mergeable to upper versions.
Since it is "Ready for merge" you must merge it by yourself using the following command:
rudder-dev merge https://github.com/Normation/rudder/pull/5646
-- Your faithful QA
Kant merge: "Happiness is not an ideal of reason, but of imagination."
(https://ci.normation.com/jenkins/job/merge-accepted-pr/84020/console)

@fanf
Copy link
Member Author

fanf commented May 3, 2024

OK, merging this PR

@fanf fanf merged commit 05bd32d into Normation:branches/rudder/7.3 May 3, 2024
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants