I'm running the following Jelly script in JIRA's JellyRunner, and I'm not seeing any output, neither in the browser nor atlassian-jira.log.
<JiraJelly xmlns:jira="jelly:com.atlassian.jira.jelly.enterprise.JiraTagLib" xmlns:log="jelly:log"> <log:info>Something happened</log:info> </JiraJelly>
If I change the logging statement to <log:warn>Something happened</log:warn> I do get a message in the log.
So I'm thinking that the logging level is set to WARN somewhere. In the Logging and Profiling page there is the option to change the 'jelly' logging level to INFO or DEBUG or whatever, but that seemed to have no effect. Can you help me turn info logging on?
Hi David.
whatabout adding some log4j properties?
https://confluence.atlassian.com/display/JIRA/Logging+and+Profiling
i found some jelly lines here:
log4j.category.jelly = INFO, console log4j.additivity.jelly = false
removed last comment that mentioned administration/system logging&profiling but i see you've already been there
but it looks like jelly is alread there and set to INFO by default.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
additionally if i go to "administration/system" inside Logging & Profiling there is an entry for jelly where to change loglevels
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
good question, let me know, if you have the answer!
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.