Can’t see logs of levels silly
, verbose
, debug
, fine
in Nest
#1426
Replies: 2 comments 21 replies
-
That's super interesting. Got a reproduction you can share with it? Everything looks fine |
Beta Was this translation helpful? Give feedback.
-
Just to make sure: in TCP microservices I should use
It does not matter if I log the messages in a microservice or in the gateway, it always defaults to Yeah, it seems to be a configuration issue, as I am still quite new to TS/Nest/Nx and evething in between (I work with these for about a year and I have only self-taught myself from online resources). I understand it is hard to debug without a reproduction. I’ll try to find some time to reproduce it again, however, the thing is I have no idea what to reproduce and is not needed. The code is quite complex, thus there might be to many stuff that (potentially) could interfere. Anyway, I removed |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I use Ogma in Nest. When I try to log messages of
silly
,verbose
,debug
,fine
levels, nothing is output.In the module, I have this:
In the service, I have this:
Is there something I am missing or is it a bug?
Beta Was this translation helpful? Give feedback.
All reactions