davidradl commented on code in PR #25995:
URL: https://github.com/apache/flink/pull/25995#discussion_r1918137761
##########
flink-kubernetes/src/main/java/org/apache/flink/kubernetes/utils/Constants.java:
##########
@@ -30,6 +34,14 @@ public class Constants {
public static final String CONFIG_FILE_LOGBACK_NAME =
"logback-console.xml";
public static final String CONFIG_FILE_LOG4J_NAME =
"log4j-console.properties";
+ public static final List<String> CONFIG_FILE_NAME_LIST = Arrays.asList(
+ "logback.xml",
Review Comment:
I see
[https://nightlies.apache.org/flink/flink-docs-release-2.0-preview1/docs/deployment/advanced/logging/#log4j-2-property-files](https://nightlies.apache.org/flink/flink-docs-release-2.0-preview1/docs/deployment/advanced/logging/#log4j-2-property-files)
; are we missing
`log4j-cli.properties`
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]