agile-lab-dev / agile-lab-dev/wasp
Wrong log level
- Dominant language
- Scala
- Stars
- 31
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/agile-lab-dev/wasp/blob/a1dc468cfbcabf3639d6f015d99fbc4f91a5ab8f/consumers-spark/src/main/scala/it/agilelab/bigdata/wasp/consumers/spark/launcher/SparkConsumersStreamingNodeLauncher.scala#L70-L72)
Obviously, the log level should be INFO instead of ERROR.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.