Solved
Overriding of default logger functionality to support min file size / daily rotation
Is there any way to have the logger support rotation in a way that it picks either min file size / daily rotation whichever comes first ?
Is there any way to have the logger support rotation in a way that it picks either min file size / daily rotation whichever comes first ?
The way sling logging is setup you could either use scheduled rotation or size based rotation, both can not be used simultaneously in a single configuration.
There are more details around the loggers in sling documentation here
The best practice per say:
Thanks!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.