apache / incubator-heron

Apache Heron (Incubating) is a realtime, distributed, fault-tolerant stream processing engine from Twitter
https://heron.apache.org/
Apache License 2.0
3.65k stars 598 forks source link

Heron API Server logging is broken #3808

Closed nicknezis closed 2 years ago

nicknezis commented 2 years ago

Describe the bug When running in Kubernetes, the Heron API Server produces the following log output with nothing else.

❯ kubectl logs heron-tools-77d69bc886-c5g2m -c heron-apiserver --follow
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
nicknezis commented 2 years ago

Fixed by #3807