1
I have the following in my Java code:
System.out.println("i am here...");
log.debug("i am also here...");
I compiled the code, copied the .class file to the appropriate ..../atlassian-jira/WEB-INF/classes/com/.... location, and restarted Jira.
When I look at the atlassian-jira.log and the catalina.out files, I do not see my messages in these 2 files.
Where can i find my log messages? Or, what do i need to do to be able to view my debug/print statements?
Thanks
SOP should go to catalina.out and log.debug should go to atlassian-jira.log file. Check the log4j.properties to see if you have made any changes to default configuration or not.
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.