The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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 Champions.
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.