hapijs / good

hapi process monitoring
Other
525 stars 160 forks source link

Duration of HTTP requests is not displayed in the logs (NaNms) #629

Closed AntoineAA closed 4 years ago

AntoineAA commented 4 years ago

Support plan

Context

What are you trying to achieve or the steps to reproduce?

The logs display NaNms instead of the real HTTP request duration. Edit: it happens with hapi v17.9.0

What was the result you got?

http://localhost:3000: get / {} 200 (NaNms)

What result did you expect?

http://localhost:3000: get / {} 200 (27ms)