The atlassian-jira-apdex.log is not being populated since a recent upgrade of Jira Data Center from version 10.3.5 to 10.3.8. (location: Atlassian -> Application Data -> Jira -> log)
Further investigation suggests that the log4j2.xml (location: Atlassian -> Jira -> atlassian-jira -> WEB-INF -> classes) file could require a config update to enable logging but the configuration looks correct.
Has anybody else experienced this issue?
Hello, We are having the same problem with Jira DC 10.3.8. The apdex log never gets created.
The dark feature is definitely off.
The log4j config is definitely correct.
Permissions are definitely correct.
It is working fine on a 2nd instance we have, that is also on 10.3.8
Anyone else seeing this, or resolved it?
Hi @Andy Towers
Welcome to the community!
It could be Jira doesn't have enough permissions to create or edit the file, you can check both KBs according to the platform Jira is installed:
It's also possible that the log4j properties file is not recording the correct permission level for the Apdex job, do check the following line and make sure INFO is set
Jira log4j file
...
log4j.logger.com.atlassian.jira.apdex.impl.SendAnalyticsJobRunner = INFO, apdexlog
...
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.