agile-lab-dev / agile-lab-dev/wasp
Wrong log level
- Langage dominant
- Scala
- Étoiles
- 31
- Forks
- 12
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.