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: 

What is main difference between Catilana.out and Jira.log files?

Sid
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.
November 30, 2018

What is main difference between Catilana.out and Jira.log files? what is the purpose for these files?

2 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

4 votes
Nic Brough -Adaptavist-
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.
December 1, 2018

The main difference is that they're for two totally different things.

Jira is an Application that needs to be run by an "Application Server".  Tomcat is an "Application Server". 

Catalina.out is the log for Tomcat.  It tells you what Tomcat is doing.

Atlassian-jira.log is the log for the application. It tells you what Jira is doing.

(Note that both of them live alongside similar, related logs in each directory, but the Server vs Application distinction is the same)

0 votes
Edwin Kyalangalilwa
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.
November 30, 2018

Hi @Sid,

For atlassian-jira.log this link has more information

Logging and profiling

catalina.out is a tomcat log file