Hi all, I am finding that adding the Flink test utils dependency to my project stops the logging in my tests. Has anyone run into this before?
Note: I am using Flink 1.15.2, log4j 2.17.1, and sl4j 1.7.32
m
Martijn Visser
04/04/2023, 8:44 PM
I believe that’s fixed with Flink 1.16
Martijn Visser
04/04/2023, 8:44 PM
It’s a missed dependency exclusion IIRC
r
Radu Stoian
04/04/2023, 9:10 PM
Do you happen to know which exclusion?
I'm unable to upgrade to 1.16 as I'm using Kinesis Data Analtyics which is on 1.15.2.
Radu Stoian
04/04/2023, 9:56 PM
PS I tried version 1.16.1 locally and found that the issue is still there