You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2022/02/08 17:46:00 UTC

[sling-whiteboard] branch master updated: Create README.md

This is an automated email from the ASF dual-hosted git repository.

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git


The following commit(s) were added to refs/heads/master by this push:
     new 01d3fee  Create README.md
01d3fee is described below

commit 01d3feed42806dc069ee8f85aede35bd1dc57216
Author: Dan Klco <kl...@users.noreply.github.com>
AuthorDate: Tue Feb 8 12:45:53 2022 -0500

    Create README.md
---
 .../org.apache.sling.commons.log.json/README.md    | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/json-logs/org.apache.sling.commons.log.json/README.md b/json-logs/org.apache.sling.commons.log.json/README.md
new file mode 100644
index 0000000..925383d
--- /dev/null
+++ b/json-logs/org.apache.sling.commons.log.json/README.md
@@ -0,0 +1,22 @@
+[![Apache Sling](https://sling.apache.org/res/logos/sling.png)](https://sling.apache.org)
+
+[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)
+
+
+# Apache Sling - Commons Log JSON
+
+Generate JSON logs to the console using logback with support for configuring logger levels via Sling Commons Logging configurations
+
+## Use
+
+Note bundle depends on the following bundles being installed at the same start level:
+
+ -  ch.qos.logback:logback-core:1.2.10
+ -  ch.qos.logback:logback-classic:1.2.10
+ -  net.logstash.logback:logstash-logback-encoder:7.0.1
+ -  org.apache.felix:org.apache.felix.log:1.2.6
+ -  org.apache.felix:org.apache.felix.logback:1.0.2
+ -  com.fasterxml.jackson.core:jackson-annotations:${jackson-version}
+ -  com.fasterxml.jackson.core:jackson-core:${jackson-version}
+ -  com.fasterxml.jackson.core:jackson-databind:${jackson-version}
+ -  org.apache.sling:org.apache.sling.commons.log.logback.configurator:1.0.0-SNAPSHOT