tomekw/hikari-cp

[question] Logging with Timbre.

timgluz opened this issue · 1 comments

Hi,

how i can see hikariCP detailed logs with Timbre like i can see on REPL?
I'm using Timbre to manage my app logs and it would be nice to pull a HikariCP logs onto the same feed.

I need it to debug why hikariCP drops connections once a day in my docker machines.

i can see HikariCP configuration logs at the beginning when my app start, but i would like to see also state of connections as it logs into REPL in my dev machine.

I tried to change various JVM options ("-Dlogger.com.zaxxer.hikari=DEBUG" , "-Dlog4j.additivity.com.zaxxer.hikari=true" etc )
in my project file, but i cant still cant see detailed info for debugging.

got it work now - my docker image overwrite environment value defined by environ lib.