Hi,
I develop a plugin, I recorded some data in the log gave my class.
for exemple i did :
private static final Logger log = LoggerFactory.getLogger(IssueCreatedResolvedListener.class);
log.info("****************** TEST OK**********************");
How can I view my log, in which folder?
Thank you.
I don't think this is an "on demand" question.
Assuming that's right, AND you're using a Jira without having fiddled with any log settings, then log.xxxx statements go into the application log, which is atlassian-jira.log - depending on version and type being run, this will be in the directory you ran Jira from or below the Jira home directory, or in the Tomcat logging area.
Thank you for your answer, i found this file but my data is not recorded in the file.
is it an other log ? else how can i recorde the step of my plugin program
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Duplicate of https://answers.atlassian.com/questions/34239
They both have comments, so I am closing out this one since it is tagged incorrectly under 'OnDemand'. Lets continue the discussion on that thread.
(Thanks for your help Nic - sorry, there is no way that I can move your comment over to the other ticket)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.