In ClojureScript, Chrome Developer Tools shows that Timbre logs originate from a line within taoensso.timbre.appenders.core/console-?appender because that is where console.log|warn|error is called. It would be great if logs showed the correct line number. This could be achieved by using macros instead of functions.