Skip to content

Commit 3396d3a

Browse files
committed
docs: Enhance README with additional context on logging importance and best practices
1 parent 24128cb commit 3396d3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
Chromatrace is a Python package designed for advanced logging capabilities, including trace and request ID management. It provides a flexible logging configuration and supports colored logging for better visibility.
44

5+
I believe that logging is an essential part of any application, and it is crucial to have a well-organized and structured logging system. Chromatrace aims to provide a simple and easy-to-use logging system that can be integrated into any Python application.
6+
In simple terms, Chromatrace is a Best Practice of Logging in Python.
7+
58
## Features
69

710
- Configurable logging settings using Pydantic.

0 commit comments

Comments
 (0)