✨ Features
-
feat(settings): Add
SettingsManager
class to manage Django logging configurations. (3c9e9a5)- Introduced a
SettingsManager
class to handle and organize all logging configurations. - Improved
get_config
method to fetch logging settings fromSettingsManager
for better readability and performance.
- Introduced a
-
feat(commands): Update commands to fetch
log_dir
fromSettingsManager
. (4c4e9f5)- Refactored commands to dynamically fetch the
log_dir
from the newSettingsManager
.
- Refactored commands to dynamically fetch the
🎨 Enhancements
- update(console): Enhance colors in the console colorizer and add new placeholders. (d208ebc)
- Updated the colorizer utility to support additional colors and placeholders for improved console output formatting.
🐛 Bug Fixes
- fix(logging): Fixed minor issues related to logging configurations being fetched incorrectly.
🔀 Merged
- Merge PR #126: Update console colors and add new placeholders. (2961228)
- Merge PR #125: Add
SettingsManager
and refactor commands. (a630d4c)
⚡ Miscellaneous
- Update(codebase): General updates and cleanup across the project. (43ef34d)