You can use it in production, but I'd override the ansi boolean to shut off
the special characters for coloration.
Set *use-ansi*
to false in the clansi namespace.
I said not to use it in production because I assumed most people weren't
doing `stdout >> log_file` in prod, but if you are, go fo
This is awesome, thanks for making it, will try to integrate it asap. I'm
not a Korma user, so it'll be good to see how well it plays with clojure
jdbc.
Just to confirm, is the recommendation to use this only at development
time? It's been a while since Rails and I don't recall if they turn off
https://github.com/bitemyapp/blackwater/
Clojure library for logging SQL queries and the time they took for Korma
and clojure.java.jdbc.
I like having a 'canary in the coal mine' while developing locally so that
I can see the queries getting executed and the time they took to run,
similar to R