Back to Developer Roadmap

Handlers

src/data/roadmaps/django/content/[email protected]

4.0921 B
Original Source

Handlers

Handlers in Django's logging framework determine where log messages go. They act as the delivery mechanism, taking log records created by loggers and sending them to specific destinations. These destinations can include the console, files, email addresses, or even external services. Different handlers can be configured to handle different log levels, allowing you to route critical errors to one location and less severe warnings to another.

Visit the following resources to learn more: