0
votes

JBoss startup and Server logs are not getting updated completely like started in XXXX ms. But all the services are being deployed successfully. Is there any way to debug why the logs are not printing?

Thanks, Kusuma

1
What does your logging configuration look like? With CLI you can have a look with /subsystem=logging:read-resource(recursive=true). - James R. Perkins

1 Answers

0
votes

Just check on your the logging subsystem configuration in your standalone.xml.

If that's not the issue, this is probably a problem with your application configuration and not JBoss, probably you just have to exclude some logging libraries in your jboss-deployment-structure.xml, to use the provided and not the jboss instance libs.