Hello everyone, is anyone using Flink Operator con...
# random
e
Hello everyone, is anyone using Flink Operator connected to Sentry? I don't find any documentation about this subject
If someone want the answer, I found this conf :
Copy code
packages = org.apache.logging.log4j.core,io.sentry.log4j2

rootLogger.level = INFO
rootLogger.appenderRef.sentry.ref = Sentry

appender.sentry.name = Sentry
appender.sentry.type = Sentry
appender.sentry.threshold = ERROR
But you have to add the jar into the Flink image