--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
Visit this group at https://groups.google.com/group/vertx.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/f991cf7e-806b-427a-ab6b-4b25f22c6302%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/7c987f7f-f0f0-4abc-a5ae-699fab9535a7%40googlegroups.com.
Tim -
How would I do that?
I'm a little worried that I'm seeing so many of those,
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/e74c970d-75a5-4577-9e0a-f39c4cc8ccbb%40googlegroups.com.
I'm not actually outputting the error messages, it appears it is coming from the Vertx core, which appears to be JUL.
Looking at the docs: http://vertx.io/docs/vertx-core/java/#_logging not sure what the proper way is to turn off just one of the messages?
I would want to disable that message but be able to view other messages in case there is something else going on. Also do you you know why the exceptionHandler on the response itself isn't getting triggered?
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/6cc3ad52-3dae-4648-a7a6-e7c970160880%40googlegroups.com.
On 14/02/16 13:54, Daum wrote:
I'm not actually outputting the error messages, it appears it is coming from the Vertx core, which appears to be JUL.
Default is JUL but you can config it to use Log4J/SLF4J or whatever if you prefer.
Looking at the docs: http://vertx.io/docs/vertx-core/java/#_logging not sure what the proper way is to turn off just one of the messages?
Take a look at the JUL documentation ;)
I would want to disable that message but be able to view other messages in case there is something else going on. Also do you you know why the exceptionHandler on the response itself isn't getting triggered?
Probably because the response is already complete by that point.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/43dfef57-a666-4dfb-8f8b-47c658c7f4af%40googlegroups.com.