jpsca / jinjax

Server-Side Components with Jinja
https://jinjax.scaletti.dev/
MIT License
233 stars 14 forks source link

Reduce log level from info to debug #24

Closed jodal closed 7 months ago

jodal commented 8 months ago

...to avoid polluting the logs of apps using JinjaX.

With JinjaX 0.25, logging from JinjaX started showing up whenever we ran any command related to our Django project, including python manage.py shell.

It is of course possible to get rid of this using our own log setup, but I believe the correct solution is for JinjaX to keep all non-critical logging on the debug level.

jpsca commented 7 months ago

Thank you