Skip to content

Instantly share code, notes, and snippets.

@ivos
Created May 2, 2020 09:53
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 ivos/ae783754f42cd0a61108c4ab5a5404d8 to your computer and use it in GitHub Desktop.
Save ivos/ae783754f42cd0a61108c4ab5a5404d8 to your computer and use it in GitHub Desktop.
(defn- setup-java-melody
[]
(System/setProperty "javamelody.locale" "en_US")
(System/setProperty "javamelody.displayed-counters" "http,sql,error,log,ejb"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment