Github user tillrohrmann commented on a diff in the pull request:

    https://github.com/apache/flink/pull/2899#discussion_r90228943
  
    --- Diff: flink-dist/src/main/flink-bin/conf/log4j.properties ---
    @@ -16,14 +16,26 @@
     # limitations under the License.
     
################################################################################
     
    +# This affects logging for both user code and Flink
     log4j.rootLogger=INFO, file
     
    +# Uncomment this if you want to _only_ change Flink's logging
    +#log4j.logger.org.apache.flink=INFO
    +
    +# The following lines keep the log level of common libraries/connectors on
    +# log level INFO. The root logger does not override this. You have to 
manually
    +# change the log levels here.
    +log4j.logger.akka=INFO
    +log4j.logger.org.apache.kafka=INFO
    +log4j.logger.org.apache.hadoop=INFO
    --- End diff --
    
    Does this also work for the shaded hadoop dependencies?


---
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.
---

Reply via email to