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.
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?
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
Same problem don't know where to look for the log file.
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hope it will help.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.