-
Notifications
You must be signed in to change notification settings - Fork 41.4k
Closed
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: regressionA regression from a previous releaseA regression from a previous release
Description
In 2.1, the debug mode (--debug
) is not logging in debug the web
and sql
related loggers, for example: org.hibernate.SQL
The issue seems to be in LoggingApplicationListener
, which is setting in DEBUG the group itself (web
and sql
) instead of resolving the loggers in them, as it does for example when logging.level.sql=true is set.
Metadata
Metadata
Assignees
Labels
status: supersededAn issue that has been superseded by anotherAn issue that has been superseded by anothertype: regressionA regression from a previous releaseA regression from a previous release