The Python Papers

The Python Papers

Share this post

The Python Papers
The Python Papers
Python Logging - Log Formatters
Copy link
Facebook
Email
Notes
More

Python Logging - Log Formatters

Mike Driscoll's avatar
Mike Driscoll
Sep 03, 2024
∙ Paid
7

Share this post

The Python Papers
The Python Papers
Python Logging - Log Formatters
Copy link
Facebook
Email
Notes
More
Share

Log messages are simply strings. If you want to include additional information, you must format the message. But what does that mean anyway?

When you look at logs, you usually try to determine what went right and wrong with your application. To do that, you need more than just a message.

Common examples of additional useful information include the followi…

Keep reading with a 7-day free trial

Subscribe to The Python Papers to keep reading this post and get 7 days of free access to the full post archives.

Already a paid subscriber? Sign in
© 2025 Mike Driscoll
Privacy ∙ Terms ∙ Collection notice
Start writingGet the app
Substack is the home for great culture

Share

Copy link
Facebook
Email
Notes
More