Skip to content

Instantly share code, notes, and snippets.

@podviaznikov
Created May 15, 2013 05:33
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 podviaznikov/5581828 to your computer and use it in GitHub Desktop.
Save podviaznikov/5581828 to your computer and use it in GitHub Desktop.
to make clojure clojure.tools.logging work on amazon beanstalk past following code somewhere in the app. In case of ring/compojure project on top of handler.
(alter-var-root
#'clojure.tools.logging/*logger-factory*
(constantly (clojure.tools.logging.impl/jul-factory)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment