How can I change unifier.log from SizeBase to TimeBase?
my unifier.log's setting is SizeBasedTriggeringPolicy.
And I want to change unifier.log from SizeBasedTriggeringPolicy to TimeBasedTriggeringPolicy for get logs generated per day.
So i modified "log4j2.properties" but it is not work.
How do I fix it for it to work?
------log4j2.properties------
# Create an appender that prints to a rolling log file
appender.unifier_log.type = RollingFile
appender.unifier_log.name = unifier_log
appender.unifier_log.fileName=/log/unifier/Unifier.log
appender.unifier_log.filePattern=/log/unifier/Unifier-%i.log.gz
appender.unifier_log.layout.type = PatternLayout
appender.unifier_log.layout.pattern =####unifier_log %d{ISO8601} <%level{length=1}> #t<%t> #x<%x> #c<%c{-1}> %m%n%xEx{full}