-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Log request process time in seconds #669
Comments
%D is used for microseconds already. We may use %{UNIT}T (see apache docs http://httpd.apache.org/docs/2.2/mod/mod_log_config.html) Something like %{floatseconds}T But IMO it is much simpler to work with microseconds. |
it is not possible to see in logs fraction of seconds. |
Maybe add another format letter for specifying floating numbers? |
another letter is fine |
Merged
Fixed by #677 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
It is not possible to log time in seconds, i.e. "0.004"
The text was updated successfully, but these errors were encountered: