In a couple of places cprop uses `(println)` for status logging, but it would be better if it used a logging framework (e.g. [tools.logging](https://github.com/clojure/tools.logging)). Amongst other concerns of unconfigurable output to stdout, this messes with logging within Docker containers.
In a couple of places cprop uses
(println)for status logging, but it would be better if it used a logging framework (e.g. tools.logging).Amongst other concerns of unconfigurable output to stdout, this messes with logging within Docker containers.