-
Notifications
You must be signed in to change notification settings - Fork 41
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
Set Log Level API #347
Merged
Merged
Set Log Level API #347
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
mwperina
previously requested changes
Jun 12, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please mention in the commit subject that this patch add log level API to the manager only. Also please fit the typo in the commit message
d222483
to
67b96b4
Compare
mwperina
reviewed
Jun 14, 2023
9258008
to
b6c21fe
Compare
mwperina
reviewed
Jun 14, 2023
mwperina
reviewed
Jun 14, 2023
ea2da31
to
193af4a
Compare
mkemel
reviewed
Jun 20, 2023
engelmi
reviewed
Jun 22, 2023
engelmi
reviewed
Jun 22, 2023
engelmi
reviewed
Jun 22, 2023
engelmi
reviewed
Jun 22, 2023
engelmi
reviewed
Jun 22, 2023
engelmi
reviewed
Jun 22, 2023
engelmi
reviewed
Jun 22, 2023
engelmi
reviewed
Jun 22, 2023
engelmi
reviewed
Jun 22, 2023
0951a59
to
961c3f5
Compare
I added public API to the Manager. Now a user can use the with sdbus to set new log leve for the manger Signed-off-by: Artiom Divak <[email protected]>
The APIs of the node and the agent are connected. The API of Agent is internal. So if the user wants to change the log level for the agent he needs to use the public API of the node Signed-off-by: Artiom Divak <[email protected]>
f176674
to
60e3e7b
Compare
engelmi
reviewed
Jun 29, 2023
hirtectl will support set-loglevel command. This command is to set log level on specific node or on the manager. For more info and usage please go to eclipse-bluechi#189 (comment). Signed-off-by: Artiom Divak <[email protected]>
engelmi
reviewed
Jun 29, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
engelmi
approved these changes
Jun 29, 2023
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.
Api feature for setting the log level for the nodes and the manager.
for more details please read #189 (comment)