7 lines
285 B
Plaintext
7 lines
285 B
Plaintext
---
|
|
description: Configures logging practices for Python applications, including using the Python logging module and defining log levels.
|
|
globs: **/*.py
|
|
---
|
|
- Use the Python logging module for logging.
|
|
- Use log levels: debug, info, warn, error.
|
|
- Set a log retention policy of 7 days. |