Fixing Pino's Logging Limitations For (Message, Payload)
Pino logging library for Node.js doesn't natively support logging a message alongside an object like console.log. A custom solution is proposed to fix this behavior while preserving Pino's structure and performance.