Page 1 of 1

unable to generate application logs

Posted: Wed Oct 19, 2022 8:31 pm
by tarinisunil
Hi,

I followed the steps mentioned in https://www.oxygenxml.com/doc/versions/ ... -form.html
and copied the same log4j.properties and placed in the "C:/program files/oxygen install dir".
But still, I am not getting any log file on the desktop. I am using oxygen 24.1 (with open jdk). What can I do to debug this?
Thanks
Tarini

Re: unable to generate application logs

Posted: Thu Oct 20, 2022 6:53 am
by Radu
Hi Tarini,
In general it's a good practice to consult the user's guide specific for your Oxygen version. In your case, you are looking in the Oxygen 20.1 user's manual and you are working with Oxygen 24.1.
The proper link to the user's guide for Oxygen 24.1 is this one:
https://www.oxygenxml.com/doc/versions/ ... -form.html
In Oxygen 24.1 we switched to using the Logback logging framework, in older versions we were using Apache Log4j or Log4j2.
Regards,
Radu

Re: unable to generate application logs

Posted: Thu Oct 20, 2022 8:21 am
by tarinisunil
Thankyou so much Radu