You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See the :scope? Everything is working fine. For this reason I would suggest to patch project.clj, remove the deps and let the app using your lib decide the implementation to hook.
The text was updated successfully, but these errors were encountered:
arichiardi
added a commit
to arichiardi/clj-log4j2
that referenced
this issue
Sep 27, 2016
From my (limited) experience 😄 with Java log, it looks like the
org.apache.logging.log4j
dependencies are only necessary at runtime.It makes sense, the logger is a Java service and it is resolved at runtime, version and all. For instance in my project I have:
See the
:scope
? Everything is working fine. For this reason I would suggest to patchproject.clj
, remove the deps and let the app using your lib decide the implementation to hook.The text was updated successfully, but these errors were encountered: