Fork me on GitHub
#figwheel-main
<
2018-12-28
>
kah0ona10:12:28

I put :log-file "figwheel-main.log" in my figwheel-main.edn. But I don’t see any logs appear. Do I have to configure something else as well? It’s a full on clojure+clojurescript project, using timbre for logging (thinking about switching to tools.logging though)

kah0ona10:12:16

does this look ok?

bhauman13:12:14

The log file only works when you start a REPL and should only apply to things that figwheel logs. Like compile errors etc.