-
Notifications
You must be signed in to change notification settings - Fork 118
Add configurable data plane log level #2561
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
Changes from all commits
59e0764
1547c38
eb33ac3
d0cc5f7
d2f385d
e0a3ad3
c923e2f
edd501d
4a5c1fc
c678cff
955dd08
832acf9
3be58d9
b3d1833
53c62d5
9aaa832
84f8b54
49b4bdc
fb65184
9b6c854
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,6 +88,9 @@ nginx: | |
# -- Is NGINX Plus image being used | ||
plus: false | ||
|
||
# -- Is NGINX run in debug mode. This should be used with setting the NGINX error log level to debug. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @kate-osborn Should the wording on the comment be more strict to specify "require"? I think it'd be fine to run NGINX in debug mode without NGINX error log level being debug, there'd be no point but I'd be fine with that. I can change this to something like "In order for this to be useful, NGINX error log level should be set to debug" or anything you suggest. |
||
debug: false | ||
|
||
# -- The configuration for the data plane that is contained in the NginxProxy resource. | ||
config: | ||
{} | ||
|
@@ -112,6 +115,8 @@ nginx: | |
# batchCount: 4 | ||
# serviceName: "" | ||
# spanAttributes: [] | ||
# logging: | ||
# errorlevel: info | ||
|
||
# Configuration for NGINX Plus usage reporting. | ||
usage: | ||
|
Uh oh!
There was an error while loading. Please reload this page.