logixlysia@6.1.0
Minor Changes
- e58213b: Move
elysiafrom dependencies to peerDependencies to follow best practices for Elysia plugins and avoid duplicate dependency installations.
Patch Changes
-
43b2ef5:
Added
- Add
logFilterconfiguration option to filter logs by level - Add
LogFilterinterface withlevelproperty to specify allowed log levels - Implement filtering logic in logger to prevent processing of filtered log levels
- Add comprehensive tests for log filtering functionality
Fixed
- Fixed TypeScript error where
logFilterproperty was missing in configuration type
Changed
- Updated TypeScript interfaces to support the new
logFilterconfiguration option
- Add
-
f09e27e: Fix
customLogFormatbeing ignored for error logs. Error logs now properly respect thecustomLogFormatconfiguration instead of using a hardcodedconsole.errorformat. Also adds missingRequestInfotype definition.