error-log-level |
Sets the global error log level for NGINX. |
notice |
|
access-log-off |
Disables the access log |
False |
|
default-server-access-log-off |
Disables the access log for the default server. If access log is disabled globally (access-log-off: “True”), then the default server access log is always disabled. |
False |
|
log-format |
Sets the custom log format for HTTP and HTTPS traffic. For convenience, it is possible to define the log format across multiple lines (each line separated by \n). In that case, the Ingress Controller will replace every \n character with a space character. All ‘ characters must be escaped. |
See the template file for the access log. |
Custom Log Format. |
log-format-escaping |
Sets the characters escaping for the variables of the log format. Supported values: json (JSON escaping), default (the default escaping) none (disables escaping). |
default |
|
stream-log-format |
Sets the custom log format for TCP, UDP, and TLS Passthrough traffic. For convenience, it is possible to define the log format across multiple lines (each line separated by \n). In that case, the Ingress Controller will replace every \n character with a space character. All ‘ characters must be escaped. |
See the template file. |
|
stream-log-format-escaping |
Sets the characters escaping for the variables of the stream log format. Supported values: json (JSON escaping), default (the default escaping) none (disables escaping). |
default |