engine
engine copied to clipboard
Updates: Removed Pino, Added Winston
PR-Codex overview
This PR updates the logging system from pino
to winston
for better log management and customization.
Detailed summary
- Replaced
pino
withwinston
for logging - Implemented custom log filters and formats
- Updated
logger.ts
withwinston
configurations - Updated dependencies in
package.json
andyarn.lock
The following files were skipped due to too many changes:
yarn.lock
✨ Ask PR-Codex anything about this PR by commenting with
/codex {your question}