[GitHub] flink pull request: [FLINK-1372] [runtime] Fix akka logging

2015-01-20 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/321 --- 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 enabl

[GitHub] flink pull request: [FLINK-1372] [runtime] Fix akka logging

2015-01-20 Thread uce
Github user uce commented on the pull request: https://github.com/apache/flink/pull/321#issuecomment-70705539 I've tested this and the logging works as before (pre akka), e.g. everything is in the jm/tm log file. :-) Logging of the temp directories got somehow lost on the way.

[GitHub] flink pull request: [FLINK-1372] [runtime] Fix akka logging

2015-01-19 Thread tillrohrmann
Github user tillrohrmann commented on a diff in the pull request: https://github.com/apache/flink/pull/321#discussion_r23188009 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala --- @@ -204,12 +192,16 @@ object AkkaUtils { |

[GitHub] flink pull request: [FLINK-1372] [runtime] Fix akka logging

2015-01-19 Thread tillrohrmann
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 { |

[GitHub] flink pull request: [FLINK-1372] [runtime] Fix akka logging

2015-01-19 Thread rmetzger
Github user rmetzger commented on a diff in the pull request: https://github.com/apache/flink/pull/321#discussion_r23171851 --- Diff: flink-runtime/src/main/scala/org/apache/flink/runtime/akka/AkkaUtils.scala --- @@ -204,12 +192,16 @@ object AkkaUtils { | | l

[GitHub] flink pull request: [FLINK-1372] [runtime] Fix akka logging

2015-01-19 Thread tillrohrmann
GitHub user tillrohrmann opened a pull request: https://github.com/apache/flink/pull/321 [FLINK-1372] [runtime] Fix akka logging Fixes logging settings. The logging is now exclusively controlled by the logging properties provided to the system and thus removes akka.loglevel config