Hi,
DEBUG level logging of JIRA STATS is annoying, but I do not see where I change the log level or prevent logging of JIRA STATS.
The KB article https://confluence.atlassian.com/jirakb/jira-stats-logs-1041078856.html tells a lot, but not how to enable or disable this logging that I would only enable in certain situations, but not by default!
I want to emphaze that I expect also this log configuration to be found in the Logging and Profiling section of the Admin GUI, not in a file as system property, since I am not an IT admin with access to OS level.
Thanks
Frank
I found that adding the following to $JIRA_HOME/atlassian-jira/WEB-INF/classes/log4j2.xml seems to stop most of the statistics logging:
<Logger name="com.atlassian.jira.util.stats" level="WARN" additivity="false"><AppenderRef ref="filelog"/></Logger>
<Logger name="com.atlassian.jira.index" level="WARN" additivity="false"><AppenderRef ref="filelog"/></Logger>
<Logger name="com.atlassian.jira.issue.index" level="WARN" additivity="false"><AppenderRef ref="filelog"/></Logger>
<Logger name="com.atlassian.jira.index.ha" level="WARN" additivity="false"><AppenderRef ref="filelog"/></Logger>
<Logger name="com.atlassian.jira.versioning" level="WARN" additivity="false"><AppenderRef ref="filelog"/></Logger>
If you don't have filesystem access as an admin, you can go and add these packages by using the "Configure logging level for another package" link on the admin "Logging and Profiling" page (use the package name as what is shown under each of the "name" attributes above, and configure each for WARN level). Note, however, that this will not persist across Jira server restarts.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello dear community and Atlassian experts,
Is there someone who can answer my question, please?
Any hint is appreciated!
Frank
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.