Settings to generate a new rpas_fc.log every day
I have installed RPAS applications running with v16.0.3.21 (and v16.0.3.130). For both, I am noticing that a new rpas_fc.log is not created every day. The same file keeps getting appended to.
The settings in log4jconfig.xml - are default settings that were setup when Fusion was installed. The fc-admin guide states that these default settings should generate a new file every day.
Do I need to change something, or is this a bug? Is anyone else seeing this issue?
--------------------------------------------------
<Appenders>
<Console name="console" target="SYSTEM_OUT">
<PatternLayout pattern="%-5p %c{1} - %m%n"/>
</Console>
<File name="perfappender" fileName="/u00/oracle/rpasFusion/FusionClient/log/perf.log" append="true">