revamped logging!
This commit is contained in:
@@ -45,6 +45,11 @@
|
||||
[buddy/buddy-auth "2.1.0"]
|
||||
[buddy/buddy-sign "2.1.0"]
|
||||
[nrepl "0.6.0" :exclusions [org.clojure/tools.logging]]
|
||||
[org.clojure/tools.logging "1.1.0"]
|
||||
[ch.qos.logback/logback-classic "1.2.3"]
|
||||
[ch.qos.logback.contrib/logback-jackson "0.1.5"]
|
||||
[ch.qos.logback.contrib/logback-json-classic "0.1.5"]
|
||||
[spootnik/unilog "0.7.24"]
|
||||
[clj-time "0.14.3"]
|
||||
[io.forward/clojure-mail "1.0.7"]
|
||||
[ring/ring-json "0.4.0" :exclusions [cheshire]]
|
||||
@@ -82,6 +87,7 @@
|
||||
|
||||
{:resource-paths ["resources" "target"]
|
||||
:dependencies [[binaryage/devtools "0.9.4"]
|
||||
#_[refactor-nrepl "2.5.0"]
|
||||
[com.bhauman/figwheel-main "0.2.3" :exclusions [org.clojure/clojurescript
|
||||
ring/ring-core
|
||||
ring/ring-codec
|
||||
@@ -134,7 +140,7 @@
|
||||
|
||||
:main auto-ap.server
|
||||
|
||||
:aot [auto-ap.server auto-ap.datomic.migrate auto-ap.time clj-time.core clj-time.coerce clj-time.format]
|
||||
:aot [auto-ap.server auto-ap.datomic.migrate auto-ap.time clj-time.core clj-time.coerce clj-time.format clojure.tools.logging.impl]
|
||||
|
||||
:uberjar-name "auto-ap.jar"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user