Re: Log4j2 Issues

2022-01-28 Thread Clayton Wohl
sorry. nevermind. I see the Flink operator overrides with JVM argument configuration. JVM Options: -Dlog.file=/opt/flink/log/flink--client-4b57ba2b2597.log -Dlog4j.configuration=file:/opt/flink/conf/log4j-cli.properties -Dlog4j.configurationFile=file:/opt/flink/conf/log4j-cli.properties

Log4j2 Issues

2022-01-28 Thread Clayton Wohl
When I run my Flink app via the Google Flink Operator, log4j2 logging doesn't show up in logs. System.out.println messages work. Everything should be very plain-vanilla-standard setup. I have a log4j2.xml config file in my classpath included in my application .jar file. I'm building a custom Docke