0
votes

I have the following problem:

There are many applications deployed to my wildfly 8 server that ( now ) all log into the same log file. Since the maintenance effort gets huge with the amount of applications deployed, i want to split the log files for every application. How could this be achieved?

1
If the naming of the package structure of each application is different, you can use this answer as basis.aribeiro

1 Answers

0
votes

If you want to manage the logging configurations and allow for runtime changes you could use logging profiles.

The other option would be to use a logging configuration for each deployment.

One thing to note is all server modules, e.g. Hibernate, RESTEasy, will always be logged with the main logging configuration.