I'm using timbre to do logging in clojure. I like the package, but when I tried to redirect the logging output to a file, the examples at timbre's github page (and others I found on the web) didn't work.
I got an error telling me set-config! had the wrong arity.
I can see from the changelog entries that V4.0.0 release of timbre changed set-config! from 2 args to 1, but I can't find an example of how to use the new interface. What I want to do is just specify output should go to a "spit file" rather than console.