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.
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.