Tweak logging to improve UX #2205
Labels
Stage: Technical Design 🎨
Ticket needs to undergo technical design before implementation
Type: Parent Issue
Milestone
The milestone Improve the setup of logging is complete! However, there are still a couple of minor issues we should try to resolve before 0.19.
.env
file to setup logging #2428Reminder about how logging works:
LOGGING = _ProjectLogging()
is called to set up the framework-side logging configuration given indefault_logging.yml
configure_project
called bybootstrap_project
imports settings.py (so users can currently "unofficially" insert code there e.g. to disable rich tracebacks)session._setup_logging
configure_logging
is called in each subprocess by_bootstrap_subprocess
The text was updated successfully, but these errors were encountered: