Add environment variable to disable nginx access log #508
snoek09
started this conversation in
Ideas & Feature Requests
Replies: 1 comment
-
Submitted #534 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
I'd like to be able to easily turn off nginx access logs as they clutter current logs with Laravel logs also being logged to stdout.
Also see #94
Solution
Add a NGINX_ACCESS_LOG environment variable and default it to
/dev/stdout main
which is the value currently set in/etc/nginx/nginx.conf
.Also mentioned here #94 (reply in thread)
Beta Was this translation helpful? Give feedback.
All reactions