Skip to content

Commit

Permalink
dep bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jun 25, 2024
1 parent 0febca4 commit 5bd4d84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
]
:deps {org.clojure/clojure {:mvn/version "1.11.1"}
; logging
com.taoensso/timbre {:mvn/version "6.2.2"} ; clj/cljs logging
com.taoensso/timbre {:mvn/version "6.5.0" #_"6.2.2"} ; clj/cljs logging
; config to log slf4j output to console:
com.fzakaria/slf4j-timbre {:mvn/version "0.4.0"} ; https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
com.fzakaria/slf4j-timbre {:mvn/version "0.4.1"} ; https://mvnrepository.com/artifact/org.slf4j/slf4j-simple
;org.slf4j/slf4j-nop {:mvn/version "2.0.0-alpha1"} ; the nop logger needs to have the same version as jetty.
;org.slf4j/slf4j-api {:mvn/version "2.0.0-alpha1"}
}
Expand Down
2 changes: 1 addition & 1 deletion src/modular/log.cljc
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
(defn timbre-config! [{:keys [min-level appenders]
:or {min-level :info
appenders default-appenders}
:as config}]
:as _config}]
; use println, because at timbre configuration it is not sure where logging
; output would be written to.
(println "timbre config min-level: " min-level "appenders: " appenders)
Expand Down

0 comments on commit 5bd4d84

Please # to comment.