From 485cf29335efa00ee9356903c235b7ad7f746a30 Mon Sep 17 00:00:00 2001 From: Quin Lynch Date: Wed, 21 Jun 2023 13:39:33 -0300 Subject: [PATCH] add section about logging --- docs/index.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/index.rst b/docs/index.rst index a3a8468..d93e8b5 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -124,3 +124,11 @@ schema type: } Learn more about :ref:`data modeling `. + +Logging +------- + +The java binding uses the `SLF4J `_ logging facade. +To enable logging, you will need to add a SLF4J implementation to your project, +you can read more about that +`here `_. \ No newline at end of file