doc: typo fixes

By @espritlibre and @Zeal0us
pull/4123/head
Victor Julien 6 years ago
parent d0a85b7550
commit 1bc738fbe4

@ -107,7 +107,7 @@ A: To assist in the automation of the QA, we're not accepting warnings or errors
__Q: I think your QA test is wrong__ __Q: I think your QA test is wrong__
A: If you really think it is, we can discuss how to improve it. But don't come to this conclusion to quickly, more often it's the code that turns out to be wrong. A: If you really think it is, we can discuss how to improve it. But don't come to this conclusion too quickly, more often it's the code that turns out to be wrong.
__Q: do you require signing of a contributor license agreement?__ __Q: do you require signing of a contributor license agreement?__

@ -11,7 +11,7 @@ In your Suricata.yaml, find the tls-log section and edit as follows:
filename: tls.log # File to store TLS logs. filename: tls.log # File to store TLS logs.
append: yes append: yes
custom: yes # enabled the custom logging format (defined by customformat) custom: yes # enabled the custom logging format (defined by customformat)
customformat: "%{%D-%H:%M:%S}t.%z %a:%p -> %A:%P %n %n %d %D" customformat: "%{%D-%H:%M:%S}t.%z %a:%p -> %A:%P %v %n %d %D"
And in your tls.log file you would get the following, for example: And in your tls.log file you would get the following, for example:

Loading…
Cancel
Save