I need to override the server logs rotation policy used by ATG for rolling up and archiving the server logs everyday. I went to the atg.nucleus.logging.RotatingFileLogger.schedule property in dyn/admin of my page server and updated it,
schedule=calendar * * . * 0 0
But it seems that the policy is not overriding, I don't get, is there any other property file? Am I doing it wrong? Please Help!