Hide Forgot
At the moment jon-agent as installed from RPM logs to /usr/share/jboss-on-3.0.0.GA/agent/logs/ All logs on a RHEL system should live inside /var/log/... Maybe using /var/log/jboss-on/agent would make sense given agent itself lives inside /usr/share/jboss-on-<version>/agent If there are no convenient system properties that can be used, then /usr/share/jboss-on-<version>/agent/logs could be a symlink to /var/log/jboss-on/agent.
We should consider this for 3.1 as part of the rpm work.
per BZ triage (asantos, ccrouch, loleary, mfoley)
Configuration properties are not available for the agent logs folder. Updated the RPM using the suggested symlink solution. The logs will be effectively stored in /var/log. This will take full advantage of configuration where /var/logs is a separate partition. A /var/log/jboss-on/agent folder is created during RPM installation to store logs. A symlink /usr/share/jboss-on-${version}.GA/agent/logs pointing to /var/log/jboss-on/agent is also created during installation.
verified. both /usr/share/jboss-on-${version}/agent/logs/ and /var/log/jboss-on/agent/ contain the same logs and same data in log files.
Bulk closing of old issues in VERIFIED state.