I have a new plugin installed in Jira. I have a file name XYZ.java. There we have done the logging like this
private static final Logger log = LoggerFactory.getLogger(XYZ.class);
log.debug("Hello World");
Now my question is what I need to do so that the jira.log will have entry for "Hello World".
Hello,
You need to go to System->Logging and Profiling. Push the Configure button, enter the name of the XYZ class, choose Debug level and push ok. Then you will see logs in atlassian-jira.log
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.
It is still there if you are on Jira Server/Data center
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.