Skip to content
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

✨ Allow using debug directives, enable --with-debug compile option #16

Merged
merged 2 commits into from
Nov 25, 2022

Conversation

agconti
Copy link
Contributor

@agconti agconti commented Aug 27, 2020

This allows debug information to be accessed by adding this directive to nginx.conf:

error_log /var/log/nginx/error.log debug;

This is the recommended way based on the nginx-rtmp-module wiki: https://github.com/arut/nginx-rtmp-module/wiki/Debug-log

This allows debug information to be accessed with: `error_log /var/log/nginx/error.log debug;`.

This is the recommended way based on the nginx-rtmp-module wiki: https://github.com/arut/nginx-rtmp-module/wiki/Debug-log
@tiangolo tiangolo changed the title feat(Dockerfile): add --with-debug option ✨ Allow using debug directives, enable --with-debug compile option Nov 25, 2022
@tiangolo
Copy link
Owner

Great, thanks! 🚀

Sorry for the long delay! 🙈 I wanted to personally address each issue/PR and they piled up through time, but now I'm checking each one in order.

@tiangolo tiangolo enabled auto-merge (squash) November 25, 2022 15:02
@tiangolo tiangolo merged commit 3207196 into tiangolo:master Nov 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants