Access Log: static files get logged always (or twice) #219
Comments
@AugustHell Thanks for reporting it. I will look into it. |
@AugustHell I have found the root for the issue. Access log called twice in the request life cycle and one of the call location does not have check for I will apply fix in upcoming release |
jeevatkm
added a commit
that referenced
this issue
Nov 2, 2018
jeevatkm
added a commit
that referenced
this issue
Nov 2, 2018
Done |
Great. Thank you :+1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of aah are you using (
aah --version
)?v0.11.4
Does this issue reproduce with the latest release?
not tested
What operating system are you using (such as macOS, Linux and Windows)?
Linux
What did you do?
added configuration:
What did you expect to see?
No static files in the access logs
What did you see instead?
Log entries for static .css, .jpg .js .gif files.
Using static_file = true logs every of these files twice, like:
Don't think it is a big issue, but want to report it.
The text was updated successfully, but these errors were encountered: