Skip to content

RESTEasy Reactive: log exceptions #27585

Closed
@FroMage

Description

@FroMage
Member

Description

On #27526 I noticed that we have no option to log exceptions on the server, before we map them to an exception handler, which sometimes just turns them into a blank HTTP error. In the case of native executable debugging, this can be helpful.

We could log them under the ERROR level, or add a config option to log them.

Implementation ideas

No response

Activity

quarkus-bot

quarkus-bot commented on Aug 30, 2022

@quarkus-bot
geoand

geoand commented on Aug 30, 2022

@geoand
Contributor

We probably want to log them as debug by default in order to not cause excessive logging (which can be a security issue).

added a commit that references this issue on Aug 30, 2022
9eac3a1
added a commit that references this issue on Aug 30, 2022
added this to the 2.13 - main milestone on Aug 30, 2022
added a commit that references this issue on Aug 31, 2022
8c57974
modified the milestones: 2.13 - main, 2.12.1.Final on Sep 5, 2022
added a commit that references this issue on Sep 5, 2022
01af2c5
added a commit that references this issue on Sep 8, 2022
3f8309c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      Participants

      @FroMage@gsmet@geoand

      Issue actions

        RESTEasy Reactive: log exceptions · Issue #27585 · quarkusio/quarkus