To increase log retention,
- Stop both the LUA Services
- Go to \\Symantec\LiveUpdate Administrator\tomcat\webapps\lua\WEB-INF\classes\
- in log4j2.xml file make the below change (keep a backup of this file):
<RollingFile name="ROLL" fileName="C:/Program Files (x86)/Symantec/LiveUpdate Administrator/logs/lua-application.log" filePattern="C:/Program Files (x86)/Symantec/LiveUpdate Administrator/logs/lua-application-%i.log"> <PatternLayout> <Pattern>%d [%t] %-5p %c{2} %x - %m%n</Pattern> </PatternLayout> <Policies> <SizeBasedTriggeringPolicy size="5 MB"/> </Policies> <DefaultRolloverStrategy max="50"/>
<DefaultRolloverStrategy max="50"/>
make it <DefaultRolloverStrategy max="500"/>
- Save and exit
- Start LUA Services.
Note : This is recommended only while troubleshooting if suggested by Support engineer and has to be reverted to default as this may take large disk space.