I have several web applications deployed as war
files on a Wildfly application server.
All logs of those web applications are written in console and to default server.log
file.
Is there a way to determine which Application generate the single line of log?
It has to be managed through WildFly or in the application's code?