Logger: Introduce a new transport option with pino-telegram-webhook, allowing users to send log messages directly to Telegram for better notification management.
Improvements
Logger: Enhance browser logging by ensuring that the log level is respected when transmitting messages, improving the accuracy of logged information.
Logger: Improve the child logger instantiation process by ensuring the onChild callback is correctly called, enhancing the functionality of child loggers.
Fixes
Fix the issue where the log level was not respected during transmission, ensuring that only messages at or above the specified level are logged.
Others
Add a link to the contributing guide to help new contributors understand how to get involved with the project.