Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/321#discussion_r23177318 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala --- @@ -204,12 +192,16 @@ object AkkaUtils { | | loggers = ["akka.event.slf4j.Slf4jLogger"] | logger-startup-timeout = 30s - | loglevel = "WARNING" - | logging-filter = "akka.event.slf4j.Slf4jLoggingFilter" + | loglevel = "DEBUG" --- End diff -- Yeah that is right. But it will only log debug messages if also the user has specified this level in his logging properties file.
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---