We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the --target option is specified, the asadmin delete-log-levels command fails to delete log levels of the specified target.
--target
asadmin delete-log-levels
$ asadmin list-log-levels cluster1 | grep my.logger my.logger <FINE> $ asadmin delete-log-levels --target cluster1 my.logger remote failure: An error occurred during replication Failure: Command delete-log-levels failed on server instance instance1: remote failure: Could not delete logger levels for cluster1. Command delete-log-levels failed.
Execute the following command lines:
asadmin create-cluster cluster1 asadmin create-local-instance --cluster cluster1 instance1 asadmin set-log-levels --target cluster1 my.logger=FINE asadmin start-cluster cluster1 asadmin delete-log-levels --target cluster1 my.logger
Cannot delete log levels of the specified target.
The text was updated successfully, but these errors were encountered:
Merge pull request #25289 from tnagao7/fix-delete-log-levels
bebc07c
Fix #25288 asadmin delete-log-levels command fails if the --target option is specified
Successfully merging a pull request may close this issue.
Environment Details
Problem Description
If the
--target
option is specified, theasadmin delete-log-levels
command fails to delete log levels of the specified target.Steps to reproduce
Execute the following command lines:
Impact of Issue
Cannot delete log levels of the specified target.
The text was updated successfully, but these errors were encountered: