add section about logging

This commit is contained in:
Quin Lynch 2023-06-21 13:39:33 -03:00
parent 259b10af28
commit 485cf29335

View file

@ -124,3 +124,11 @@ schema type:
}
Learn more about :ref:`data modeling <edgedb_java_datamodeling>`.
Logging
-------
The java binding uses the `SLF4J <https://www.slf4j.org/>`_ logging facade.
To enable logging, you will need to add a SLF4J implementation to your project,
you can read more about that
`here <https://www.slf4j.org/manual.html#swapping>`_.