Skip to content

Instantly share code, notes, and snippets.

@ecmendenhall
Created June 20, 2013 00:21
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ecmendenhall/5819322 to your computer and use it in GitHub Desktop.
Save ecmendenhall/5819322 to your computer and use it in GitHub Desktop.
Quiet cascalog queries
(require '[cascalog.io :refer [with-log-level])
(defmacro ?<-- [& forms] `(with-log-level :fatal (?<- ~@forms)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment