-
Type:
Bug
-
Resolution: Timed out
-
Priority:
Low
-
None
-
Affects Version/s: 4.1.2
-
Component/s: Infrastructure & Services - Application Lifecycle
-
Environment:
JIRA Installation Type: Standalone
Java Version: 1.6.0_18 - Sun Microsystems Inc.
Operating System: Red Hat Enterprise Linux Server release 5.5 (Tikanga)
-
4.01
-
Severity 3 - Minor
-
When JIRA_HOME is set, all log file paths are rooted under JIRA_HOME/log, even when an absolute path is set for the log file path in log4j.properties. For instance, JIRA_HOME is set to /data/jira and the path to the atlassian-jira log file is set to /data/jira/logs/atlassian-jira.log in log4j.properties. The log file ends up in /data/jira/log/data/jira/logs/atlassian-jira.log when it should actually be in /data/jira/logs/atlassian-jira.log.