-
Where can I view the server side logs? No logs are displayed in console. Where can we view and debug logs such as ctx.logger.info('Checking if the user exists'); that are in trpc routes. |
Beta Was this translation helpful? Give feedback.
Answered by
vmundhra
Apr 4, 2024
Replies: 1 comment 1 reply
-
Hello @vmundhra ! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@HugoPerard Sorry my bad. My terminal is black, and I just realized the pino pretty options in logger.ts have color black for messages in code. I changed it to yellow and now it shows. Thanks alot.