]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
doc: typo fixes 4123/head
authorVictor Julien <victor@inliniac.net>
Mon, 26 Aug 2019 10:45:53 +0000 (12:45 +0200)
committerVictor Julien <victor@inliniac.net>
Mon, 26 Aug 2019 10:45:53 +0000 (12:45 +0200)
By @espritlibre and @Zeal0us

README.md
doc/userguide/output/custom-tls-logging.rst

index f602d2f2f8af86df88755fb67e80343a1e5197f7..606553fdd0121f583db9b73b7c1844abd28e4efd 100644 (file)
--- 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?__
index b7031e9073dbdbd2724955d3eaf12f38c472ad94..9ffd0102593dda6ef61066ba67e2c744df25c180 100644 (file)
@@ -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: