I am working with WildFly 8.2.1.Final (Standalone mode). All the messages are logged in server.log
file in standalone\log
directory.
When I start WildFly currently it logs messages by appending them in server.log
file.
What I want when I start WildFly, is WildFly create a new server.log
file and then log messages in it. How can I do that?
Thanks