Fork me on GitHub
#pedestal
<
2020-04-16
>
mike_ananev15:04:04

Hello. I've encountered the problem that pedestal.log is not working under some conditions. When my program starts I set a hook for signal OS (SIGTERM, SIGINT) to make graceful shutdown of the program. During this event (shutdown) I found that logging with pedestal.log is not working. Other loggers like clojure.tools.logging works fine. Underlying logger levels like log4j2 are not the cause of the problem. I can't find the cause of such behavior of pedestal.log.

mike_ananev15:04:34

I got a null pointer exception