We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the recent version 2.2.2 when starting the evolutty manager the Winston Logs are somehow mal formed.
1 - Configure the right enviroments variables and Queues to be consumed. 2 - Instantiate and start the manager.
const manager = new EvoluttyManager(routes); manager.start();
The logs should be formated in the standard JSON version as follows.
{"level":"info","message":"Evolutty started","timestamp":"2024-10-31 16:00:01"}
Every time
v2.2.1
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
In the recent version 2.2.2 when starting the evolutty manager the Winston Logs are somehow mal formed.
Your minimal, reproducible example
Steps to reproduce
1 - Configure the right enviroments variables and Queues to be consumed.
2 - Instantiate and start the manager.
Expected behavior
The logs should be formated in the standard JSON version as follows.
{"level":"info","message":"Evolutty started","timestamp":"2024-10-31 16:00:01"}
How often does this bug happen?
Every time
Screenshots or Videos
Platform
Package version
v2.2.1
Additional context
No response
The text was updated successfully, but these errors were encountered: