Skip to content

Instantly share code, notes, and snippets.

@neotyk
Created September 8, 2011 08:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save neotyk/1202938 to your computer and use it in GitHub Desktop.
Save neotyk/1202938 to your computer and use it in GitHub Desktop.
Logging using wrong *ns*
user=> (use 'clojure.tools.logging)
nil
user=> (info "abc")
Sep 8, 2011 10:37:34 AM clojure.tools.logging$eval319$fn__320 invoke
INFO: abc
nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment