Github user ckadner commented on the issue:
https://github.com/apache/bahir/pull/38
@sbcd90 -- Thanks, much better! To remove the remaining noise, I believe
you would have to add a dependency to `akka-slf4j` in
`sql-streaming-akka/pom.xml` and configure Akka to use the
`akka.event.slf4j.Slf4jLogger` ...
```XML
<dependency>
<groupId>${akka.group}</groupId>
<artifactId>akka-slf4j_${scala.binary.version}</artifactId>
<version>${akka.version}</version>
</dependency>
```
```Scala
akka.loggers.0 = "akka.event.slf4j.Slf4jLogger"
akka.log-dead-letters-during-shutdown = "off"
```
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---