What problem would you like to solve or improve?
When working in a backend that implements tRPC, it's very difficult to interpret the console logs. There is not an extended description, and this situation freezes the coding process.
Describe your proposed solution or enhancement.
I propose implementing Winston, a TypeScript library that allows you to customize your logs and select the specific data you need to view in the console or log files.
Implementing Winston in a tRPC configuration will expose the exchange of information you require.
Describe any alternative solutions you've considered (optional).
No response
Additional context or information (optional).
No response
Code of Conduct
What problem would you like to solve or improve?
When working in a backend that implements tRPC, it's very difficult to interpret the console logs. There is not an extended description, and this situation freezes the coding process.
Describe your proposed solution or enhancement.
I propose implementing Winston, a TypeScript library that allows you to customize your logs and select the specific data you need to view in the console or log files.
Implementing Winston in a tRPC configuration will expose the exchange of information you require.
Describe any alternative solutions you've considered (optional).
No response
Additional context or information (optional).
No response
Code of Conduct