Missing Log-Handling
Opened this issue · 0 comments
jerger commented
Parts like update! #$ ["terraform" "init" ">" "/dev/null"]
are showing the need of some kind of log handling. As build-logs tend to contain credential informations some "Secret scrubbing hook" would be nice in addition.
As I come from the java world, I would integrate some kind of log4j - is there a good cljs or even a cljc logging solution?