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
Each time I start the application, I can see these lines in the log:
ERROR c.v.a.w.c.s.l.SparkConsumersStreamingNodeLauncher$: Starting collaborator ERROR c.v.a.w.c.s.l.SparkConsumersStreamingNodeLauncher$: Collaborator started
Unless I am mistaken, they are coming from this code: link
Obviously, the log level should be INFO instead of ERROR.
The text was updated successfully, but these errors were encountered:
yep you are right, anyway this is harmless (was done only to raise visibility of that log line and was left as it is)
Sorry, something went wrong.
You're more than welcome to open a PR :)
No branches or pull requests
Each time I start the application, I can see these lines in the log:
Unless I am mistaken, they are coming from this code: link
Obviously, the log level should be INFO instead of ERROR.
The text was updated successfully, but these errors were encountered: