From 386ef381b6e1f80ee285e8852cbf574696735962 Mon Sep 17 00:00:00 2001 From: Adam Retter Date: Tue, 2 Jan 2024 16:45:40 +0100 Subject: [PATCH] Update README.md Add section on troubleshooting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c184431..29d231e 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,10 @@ function transform(content) { } ``` +# Troubleshooting +If you have unexpected issues with the TEI Authorizer plugin for oXygen XML Editor, it may be useful to enable logging in oXygen to gather more information. +oXygen utilises the log4j logging framework, and the TEI Authorizer plugin is also designed to write its log messages to that framework. To enable logging in Oxygen see this article: [Where are oxygen author application log files?](https://www.oxygenxml.com/forum/common-problems/topic22087.html). # Building from Source Code