-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Styling breaks when request takes long #1823
Comments
@thinkerou what are you thoughts about just reducing the resolution of the duration when it gets above a defined threshold? Lets say 1m. Once any request duration goes above 1m it's precision in the default logger truncates to seconds. |
For this issue at least this is what I was thinking. |
Of course |
go version go1.10.4 linux/amd64
5acf6601170bb49a1958c055d66d54ba152dc34b
elementary OS 5.0 Juno
Description
If a request takes long like web sockets the logging gets a bit messed up
see the screenshot
This request takes long because it's a web-socket
Screenshots
The text was updated successfully, but these errors were encountered: