Skip to content

Commit

Permalink
Merge pull request #4 from emqx/change-logging-lib
Browse files Browse the repository at this point in the history
feat: use `slj4j-timbre` as logging backend
  • Loading branch information
thalesmg authored Jul 14, 2023
2 parents 3ba09b2 + 7376d34 commit 24a1493
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
io.pedestal/pedestal.route {:mvn/version "0.6.0"}
io.pedestal/pedestal.service {:mvn/version "0.6.0"}
;; https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
org.slf4j/slf4j-simple {:mvn/version "2.0.7"}
;; org.slf4j/slf4j-simple {:mvn/version "2.0.7"}
com.fzakaria/slf4j-timbre {:mvn/version "0.4.0"}

prismatic/schema {:mvn/version "1.4.1"}
camel-snake-kebab/camel-snake-kebab {:mvn/version "0.4.3"}
Expand Down

0 comments on commit 24a1493

Please sign in to comment.