Skip to content
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

Change logging level for SQL statements #416

Conversation

josecelano
Copy link
Member

@josecelano josecelano commented Dec 20, 2023

  • SQL statements are only logged when the global logging level is Debug.
  • Slow SQL statements are only logged when the global logging level is Info.

- SQL statements are only logged when global loggin level is `Debug`.
- Slow SQL statements are only logged when global logging level is
  `info`.
@josecelano josecelano linked an issue Dec 20, 2023 that may be closed by this pull request
@josecelano
Copy link
Member Author

ACK 471ec38

@josecelano josecelano merged commit 471ec38 into torrust:develop Dec 21, 2023
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Database errors: sqlx query errors
1 participant