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

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -