From 1bc738fbe4f58c3b0b58032790b6e2d8fbbe4310 Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Mon, 26 Aug 2019 12:45:53 +0200 Subject: [PATCH] doc: typo fixes By @espritlibre and @Zeal0us --- README.md | 2 +- doc/userguide/output/custom-tls-logging.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: