Replies: 2 comments
-
Is this question related to logstash-logback-encoder somehow? Does your custom appender extend one of the appenders in logstash-logback-encoder? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi All,
I have a custom appender that makes use of SSL/TLS. It builds SSLContext in the start() phase. In order to reload expired certificates I'm planning to call start/stop within the context of append()... is this OK? Should I schedule a runnable and call start/stop in a different context?
thank you
Beta Was this translation helpful? Give feedback.
All reactions