DiscordSaaSBot / SaaSBot

🤖 Discord bot for the builders and entrepreneurs community.
Apache License 2.0
11 stars 3 forks source link

feat: logger structure #3

Closed alexcraviotto closed 7 months ago

alexcraviotto commented 7 months ago

Pull Request: Implement Custom Logger

Description

This pull request introduces a custom logger implementation using Winston library. The logger provides support for different log levels and custom formatting, enhancing readability and flexibility in logging messages.

Changes Made

Motivation