Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 20.0.2, Meridian-2015.1.6, Meridian-2016.1.6
-
Fix Version/s: 20.1.0, Meridian-2015.1.7, Meridian-2016.1.7, Meridian-2017.1.0
-
Component/s: Logging, Remote Polling
-
Security Level: Default (Default Security Scheme)
-
Labels:
-
Sprint:Horizon - September 13th
Description
The NSIS installer for the Remote Poller writes out the log4j2.xml configuration file but the escaping is incorrect in the output on one line so the logging path is not correctly written out.
Bad format:
<RollingFile name="Rolling-\${ctx:prefix}" fileName="\${logdir}/\${ctx:prefix}.log" filePattern="\${logdir}/\${ctx:prefix}.%i.log.gz">
Should be:
<RollingFile name="Rolling-${ctx:prefix}" fileName="${logdir}/${ctx:prefix}.log" filePattern="${logdir}/${ctx:prefix}.%i.log.gz">
Attachments
Issue Links
- blocks
-
NMS-9604 Verify "Scan Report" Remote Poller GUI
-
- Resolved
-