pedestal

mike_ananev 2020-04-16T15:05:04.077800Z

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_ananev 2020-04-16T15:05:34.078100Z

I got a null pointer exception