-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Debug logging does not work on DEV #396
Labels
bug
Something isn't working
Comments
3 tasks
jzbmw
changed the title
Debug logging does work on DEV
Debug logging does not work on DEV
Jan 31, 2024
Might be related to
|
2 tasks
log4j.xml is already set to debug, but still debug isn't logged, only INFO and above. As @ds-jhartmann mentioned in #396 (comment) this is probably overwritten by the values in application.yml. |
ds-jhartmann
pushed a commit
that referenced
this issue
Feb 20, 2024
ds-jhartmann
pushed a commit
that referenced
this issue
Feb 20, 2024
…ration feat(impl):[#396] fix log4j config
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
During testing #214 on DEV we noticed that log messages with level DEBUG do not appear in the logs (except for the CompositeLog) even though this should be the case.
This story is related to #293.
Current behaviour
Log level DEBUG is not logged.
Expected behavior
Log level DEBUG is logged.
Steps to reproduce the Bug
Run a query that executes code which has some logging with level DEBUG.
The text was updated successfully, but these errors were encountered: