Embedded WildFly server: how to catch exceptions and display log message -
we've created embedded wildfly server embeddedprocessfactory.createstandaloneserver(...), exceptions happen in server eaten (they go /dev/null?), without stacktraces in console, it's hard figure out line causing them.
how can capture exceptions , or log messages thrown embedded wildfly server?
Comments
Post a Comment