-
Notifications
You must be signed in to change notification settings - Fork 81
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
Dynamic changing of log level throws warnings. #386
Comments
Same exact error after trying to change the logging level via the LoggingAPI: curl -XPUT '$myhostport/_node/logging?pretty' -H 'Content-Type: application/json' -d'
{
"logger.logstash.inputs.kafka" : "DEBUG"
}
'
{
"host" : "$myhost",
"version" : "7.1.1",
"http_address" : "0.0.0.0:9600",
"id" : "a168aa05-0e1b-490f-afc5-eaadebeb8500",
"name" : "$myname",
"acknowledged" : true
}% In the logs I have:
However, all seems good displaying the the logging levels (DEBUG is correctly set for Kafka input plugin):
It does not recover even with a reset of the log properties via: curl -XPUT '$myhostport/_node/logging/reset?pretty' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please post all product and debugging questions on our forum. Your questions will reach our wider community members there, and if we confirm that there is a bug, then we can open a new issue here.
For all general issues, please provide the following details for fast resolution:
Not relevant
The following logs are emitted when you execute that.
No additional logs are emitted after changing the value. The value does seem to change in the api though.
The text was updated successfully, but these errors were encountered: