What's Changed
- Feature: Uvicorn customized logger by @Msameim181 in #1
- chore: update GitHub Actions workflow to use 'development' branch and… by @Msameim181 in #3
- Refactor/update GitHub action by @Msameim181 in #5
- Refactor/update GitHub action by @Msameim181 in #6
- ci: add write permissions for contents in build workflow by @Msameim181 in #7
- Refactor/Update Formatters Config by @Msameim181 in #8
- V0.1.9 to v0.2.11 by @Msameim181 in #9
New Features
- Support for process IDs in logging.
- Uvicorn integration for logging configuration.
Refactors
- Replaced
ColoredFormatter
withBasicFormatter
and enhanced logging message formatting. - Streamlined
LoggingConfig
andSysLogFormatter
setup. - Improved trace ID handling in
BasicFormatter
.
Enhancements
- Enabled NaN trace ignoring and process ID display in logging settings.
- Updated the log file path and format in
LoggingSettings
.
Fixes
- Sanitized trace ID format in the
get_trace_id
function.
Full Changelog: v0.1.9...v0.2.11