-
-
Notifications
You must be signed in to change notification settings - Fork 881
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
add support to access_log, error_log log_not_found per location #1471
base: master
Are you sure you want to change the base?
Conversation
nginx::resource::location is a typethat may have no external impact to Forge modules. This module is declared in 9 of 578 indexed public
|
Hello Maintainers :) By looking at theses test results it seems theses kind of errors are certainly not due to my code changes
and all others failures are dependent of theses not downloaded packages. is it possible to re-run the test suite when network issues will be fixed ? Have a nice day |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey! I restarted the CI and the transient errors are gone. The remaining errors on CentOS are handled in #1473 and you can ignore these!
Just a minor suggestion if it looks right to you.
Thanks!
Co-authored-by: Romain Tartière <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I would like to have another review before merging because I am not a "serious" user of this module 😃
Adding an acceptance test would make more casual users of this module feel better about pressing the merge button :) |
Hello @ghoneycutt I however agree that there may still a case not tested when access_log is used jointly with log_format because I didn't knew how to write a such test with two params. (for now as you can see I've just mimiced the way existing tests were done by adding my case to the existing array). I'd love to know what to add :) |
Hello,
This PR adds the support of the following directives at location level
it allows to be more precise in the logging strategy.
Hope it helps.