You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2020/10/30 10:43:24 UTC

[GitHub] [flink] dawidwys opened a new pull request #13858: [FLINK-19900] Fix surefire log4j configuration

dawidwys opened a new pull request #13858:
URL: https://github.com/apache/flink/pull/13858


   ## What is the purpose of the change
   
   Log4j uses `log4j.configurationFile` system property for passing a configuration file. In our surefire configuration we use `log4j.configuration` property instead which has no effect.
   
   
   ## Verifying this change
   
   Pass a different configuration file with logging enabled via cmd and verify that tests respect the passed configuration.
   You can pass alternative configuration like this:
   
   ```
   mvn '-Dlog4j.configuration=[path]/log4j2-on.properties' clean install
   ```
   
   ## Does this pull request potentially affect one of the following parts:
   
     - Dependencies (does it add or upgrade a dependency): (yes / **no**)
     - The public API, i.e., is any changed class annotated with `@Public(Evolving)`: (yes / **no**)
     - The serializers: (yes / **no** / don't know)
     - The runtime per-record code paths (performance sensitive): (yes / **no** / don't know)
     - Anything that affects deployment or recovery: JobManager (and its components), Checkpointing, Kubernetes/Yarn/Mesos, ZooKeeper: (yes / **no** / don't know)
     - The S3 file system connector: (yes / **no** / don't know)
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (yes / **no**)
     - If yes, how is the feature documented? (**not applicable** / docs / JavaDocs / not documented)
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [flink] dawidwys merged pull request #13858: [FLINK-19900] Fix surefire log4j configuration

Posted by GitBox <gi...@apache.org>.
dawidwys merged pull request #13858:
URL: https://github.com/apache/flink/pull/13858


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org