Regarding max no of days to keep log file
Hi All,
I am using standalone jboss EAP 6.2 server for application logging. Is there any property in PeriodicSizeRotatingFileHandler class which can tell after how many days after creation the log file should be removed automatically for example in logback.xml we have
element which tells the same days.
I have written following lines in standalone.xml in jboss-home/standalone/configuration path:
Responses