You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pf4j uses slf4j for logging. slf4j is a logging facade and you can use any implementation (log4j, logback, ..). I think you can use a log appender based on kafka.
Take a look at log4j's KafkaAppender.
How do you integrate pf4j with kafka and send logs to kafka topics. Or how can I get the data printed by pf4j
The text was updated successfully, but these errors were encountered: