Liking cljdoc? Tell your friends :D

log4j2-plugins-cache

This plugin fixes conflicting Log4j2PluginCache.dat files when building an uberjar using leiningen.

See https://issues.apache.org/jira/browse/LOG4J2-673 for reference.

You might see error messages such as below if you depend on any Log4j2 plugins in your project.

ERROR StatusLogger Unrecognized format specifier [d]
ERROR StatusLogger Unrecognized conversion specifier [d] starting at position 16 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [thread]
ERROR StatusLogger Unrecognized conversion specifier [thread] starting at position 25 in conversion pattern.
ERROR StatusLogger Unrecognized format specifier [level]
ERROR StatusLogger Reconfiguration failed: No configuration found for '2b43529a' at 'null' in 'null'

Usage

Add the following to your project.clj to laod the plugin.

  :plugins
  [[arctype/log4j2-plugins-cache "0.1.0-SNAPSHOT"]]

  :middleware [leiningen.log4j2-plugins-cache/middleware]

License

Copyright © 2018 Arctype Corporation.

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close