Missing route times #1376
Unanswered
tukusejssirs
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Currently, no. Ogma doesn't keep an internal time clock like Nest's logger does, so there's no time diff to post. I suppose that's something we could add, but the information is already there with the timestamps that Ogma logs vs the simple timings that Nest's logger uses (notice that Ogma's already includes the millisecond while Nest's does not). It is something we could add, but I'm not sure how much value it brings to the logs themselves |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using Ogma logger as Nest general logger (as described here), we lose information about time how long it took for
RoutesResolver
andNestApplication
to do their job (e.g.+3ms
forAppController
below).Is it possible to add this information somewhere?
Beta Was this translation helpful? Give feedback.
All reactions