Exception not logged with async resources

When a synchronous JAX-RS resource throws an exception, Payara logs it and returns status 500.

When the same resource is modified to be asynchronous, Payara returns status 500, but does not log the exception.

Is there a way to tell Payara that I want to log the exception also in the async case, or do I have to write my own general ExceptionMapper<Throwable>?

It would be nice if a member of Team Payara could answer my question briefly. Thanks.