Open
Conversation
Made-with: Cursor
| **** `facility` specifies the syslog facility of log messages. If this field is empty, the facility is `local1`. Otherwise, it must specify a valid syslog facility: `kern`, `user`, `mail`, `daemon`, `auth`, `syslog`, `lpr`, `news`, `uucp`, `cron`, `auth2`, `ftp`, `ntp`, `audit`, `alert`, `cron2`, `local0`, `local1`, `local2`, `local3`. `local4`, `local5`, `local6`, or `local7`. | ||
| ** `httpLogFormat` specifies the format of the log message for an HTTP request. If this field is empty, log messages use the implementation's default HTTP log format. For HAProxy's default HTTP log format, see link:http://cbonte.github.io/haproxy-dconv/2.0/configuration.html#8.2.3[the HAProxy documentation]. | ||
| ** `httpsLogFormat` specifies the format of the log message for HTTPS connections where you need TLS-specific log format variables that `httpLogFormat` does not cover. For example, this applies to TLS passthrough routes, where the ingress controller does not terminate TLS and the connection is not logged as decrypted HTTP traffic. If this field is empty, log messages use the implementation's default format for those HTTPS connections. For custom log format syntax, see link:http://cbonte.github.io/haproxy-dconv/2.0/configuration.html#8.2.4[Custom log format] in the HAProxy documentation. | ||
| ** `tcpLogFormat` specifies the format of the log message for TCP connections before TLS termination—that is, the TCP front end that receives traffic prior to decryption. Use this field for a consistent TCP-layer access log format in that phase of the connection. If this field is empty, log messages use the implementation's default TCP log format. For HAProxy's default TCP log format, see link:http://cbonte.github.io/haproxy-dconv/2.0/configuration.html#8.2.2[the HAProxy documentation]. |
Collaborator
There was a problem hiding this comment.
🤖 [error] RedHat.TermsErrors: Use 'before' rather than 'prior to'. For more information, see RedHat.TermsErrors.
|
@jmanthei: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made-with: Cursor
Version(s):
Issue:
Link to docs preview:
QE review:
Additional information: