From: Victor Julien Date: Mon, 26 Aug 2019 10:45:53 +0000 (+0200) Subject: doc: typo fixes X-Git-Tag: suricata-5.0.0-rc1~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4123%2Fhead;p=thirdparty%2Fsuricata.git doc: typo fixes By @espritlibre and @Zeal0us --- diff --git a/README.md b/README.md index f602d2f2f8..606553fdd0 100644 --- a/README.md +++ b/README.md @@ -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__ -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?__ diff --git a/doc/userguide/output/custom-tls-logging.rst b/doc/userguide/output/custom-tls-logging.rst index b7031e9073..9ffd010259 100644 --- a/doc/userguide/output/custom-tls-logging.rst +++ b/doc/userguide/output/custom-tls-logging.rst @@ -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. append: yes 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: