Hi, could someone please tell me what is the best way to manage application logs in a shared engine server environment. Let me be more specific, if I have deployed 10 applications in Wildfly so by default I get application-specific log messages in the same server.log file. Is there a way to segregate application-specific log messages or what is the recommendation? The problem with a single log file is the log file size gets increased and searching become challenging.
Hi @007arindam007,
this would be something you would have to configure in your application server. In WildFly you can configure multiple logging profiles.
https://docs.wildfly.org/19/Admin_Guide.html#logging-profiles
Hope that helps you.
Cheers,
Miklas
Sorry for the late response, thanks for your input.