How can I make my Jira plug-in log to a separate file/directory?

Murat Goksel January 31, 2020

I have a Jira plug-in running on the production server and it writes the its logs to data/atlassian/jira/logs/catalina.out, but I want this plug-in to write logs to a different file from now on, because catalina.out is already too big. Is there a way to do this?

1 answer

1 vote
Kurt Klinner
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 31, 2020
Ignat December 28, 2022

it tells how to set up logging on SDK. Not on your actual application.

Yavuz Yasin Çelik February 5, 2024

It only works using atlas-run or atlas-debug. I need that feature for production.

Suggest an answer

Log in or Sign up to answer