Creating a periodic-rotating file-handler

In this recipe, we will learn how to target the log statement output of your application to a periodic file handler. This is different from the file-handler, in that when the running system reaches a pre-defined time (that is, hour change, day change, and so on), the log file rolls, backing up itself and creating a new file with the same characteristics.

For the sake of simplicity, we will try our recipe with WildFly running in the standalone mode.

Getting ready

If you didn't follow the previous recipe, we will need to create a standalone configuration for our recipe, as follows:

$ cd $WILDFLY_HOME
$ cp -a standalone std-logging

To test our logging configuration, we will need an application to log some statements. ...

Get WildFly Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.