jochong

Results 9 comments of jochong

I've created a PR #13681 Could you take a look? :)

I've updated the test cases for the exception handler and submitted a PR for your review. https://github.com/thibseisel/nest/pull/3 --- I noticed an issue in the existing test code, so I made...

@thibseisel I’ve been thinking about the decision to print only the `cause`. I wonder if there might be value in printing all attributes of the Error object instead. I believe...

@thibseisel @kamilmysliwiec Hello, I've been developing with Nest.js recently and had some thoughts that I wanted to share here. For smaller-scale servers, I think the default logger could work well...

I'm sorry. Controlling whether to log all properties through environment variables might not be the best approach. Instead, I think it would be better if this could be controlled appropriately...

@micalevisk Hello, thank you so much for your feedback. I overlooked the useLogger method. Adding a method to INestApplication that allows modifying the prefix could cause confusion with useLogger. So,...

@benjGam This PR is simply a PR written for code comparison. I think it would be good to track it in #13870.

I've created PR #9186 Could you take a look? :)