Forums

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

Debug Listener

Isha Sidana December 27, 2011

I am trying to use the sample debug listner available with JIRA Installation.

I added the listener to my installation by adding the following class

com.atlassian.jira.event.listeners.DebugListener.

However, the example listeners don't ouput any logging for me. The examples talk about System.out and System.err.

However, when I make any changes to any issue it does not generate any output log for me.

Please advise.

Thanks.

2 answers

1 vote
JamieA
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.
December 27, 2011

Which log are you looking in? What OS are you running jira on?

System.out goes to <catalina_base>/logs/catalina.out, or sometimes to catalina.<datestamp>. Have you checked those?

Isha Sidana December 27, 2011

I am not sure which log to look in. I do not see any logs generated with names cataline.* in my installation.

I am running JIRA on windows 7.

I also tried writting JIRA Event Listener, following the instaruction on

https://developer.atlassian.com/display/JIRADEV/Plugin+Tutorial+-+Writing+JIRA+event+listeners+with+the+atlassian-event+library

Same problem don't know where to look for the log file.

Thanks.

0 votes
Arseny Kovalchuk December 27, 2011

Hope it will help.

JIRA Installation Directory

Where are the application server logs?

As I see from the link mentioned by you, Commons Logging approach is used. In case of JIRA this particularly means that log4j is used for logging output. This can be also helpful

http://confluence.atlassian.com/display/JIRA/Logging+and+Profiling


Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events