]> Cypherpunks.ru repositories - govpn.git/commitdiff
[DOC] Document -syslog option
authorSergey Matveev <stargrave@stargrave.org>
Sun, 8 May 2016 21:05:01 +0000 (00:05 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Sun, 8 May 2016 21:05:01 +0000 (00:05 +0300)
doc/about.ru.texi
doc/about.texi
doc/client.texi
doc/glossary.texi
doc/news.ru.texi
doc/news.texi
doc/server.texi
doc/syslog.texi [new file with mode: 0644]

index 5bb7995e03967ecae194ef37d9486f45b563ed60..aa89817786476746f1ad18f255e7fff16991c017 100644 (file)
@@ -88,6 +88,9 @@ A-EKE (Diffie-Hellman Augmented Encrypted Key Exchange)).
 @item
 Сервер конфигурируется используя @url{http://yaml.org/, YAML} файл.
 
+@item
+Возможность использовать syslog для журналирования.
+
 @item
 Написан на языке @url{https://golang.org/, Go} с простым кодом,
 ориентированным на лёгкость чтения и анализа.
index a3ed945f20c1037a72260c9a641594736a766c1d..833c51696b8bd41286b96dc58b9bd827b29b0ed8 100644 (file)
@@ -84,6 +84,9 @@ Optional built-in HTTP-server for retrieving real-time
 @item
 Server is configured through the @url{http://yaml.org/, YAML} file.
 
+@item
+Ability to use syslog for logging.
+
 @item
 Written on @url{https://golang.org/, Go} programming language with
 simple code that can be read and reviewed.
index b6d8aab2a544863e63c7ef6f7cff7af539172b7d..d3a7f418bb73bb807bc8ea4bc945861bfecbb600 100644 (file)
@@ -1,8 +1,8 @@
 @node Client
 @section Client part
 
-Except for common @ref{Stats, -stats}, @ref{EGD, -egd} options client
-has the following ones:
+Except for common @ref{Stats, -stats}, @ref{EGD, -egd}, @ref{Syslog, -syslog}
+options client has the following ones:
 
 @table @option
 
index 8fed1674d4070f9c0dd4da1ddb9d9dd915427565..3cf8d901e021f8ffe58f117d40ab6f80d3304f8a 100644 (file)
@@ -15,6 +15,7 @@
 * Noise::
 * Constant Packet Rate: CPR.
 * Encryptionless mode: Encless.
+* Syslog::
 * Verifier::
 @end menu
 
@@ -31,4 +32,5 @@
 @include noise.texi
 @include cpr.texi
 @include encless.texi
+@include syslog.texi
 @include verifier.texi
index 362ada0d5fd13824ca62cb0005732b3c3b7333c7..da0216816832f2b661e12bbe07cfbbddb07d89b5 100644 (file)
@@ -1,6 +1,14 @@
 @node Новости
 @section Новости
 
+@node Релиз 5.8
+@subsection Релиз 5.8
+@itemize
+@item Опциональная возможность использовать syslog для журналирования,
+с @url{https://tools.ietf.org/html/rfc5424, RFC 5424}-похожими
+структурированными записями.
+@end itemize
+
 @node Релиз 5.7
 @subsection Релиз 5.7
 @itemize
index 195673066d58143ba802834900c0add6f356b7ec..cdb7d982f085ed5b72b2b27b1af4e3556266fe43 100644 (file)
@@ -3,6 +3,14 @@
 
 See also this page @ref{Новости, on russian}.
 
+@node Release 5.8
+@section Release 5.8
+@itemize
+@item Optional ability to use syslog for logging, with
+@url{https://tools.ietf.org/html/rfc5424, RFC 5424}-like
+structured records.
+@end itemize
+
 @node Release 5.7
 @section Release 5.7
 @itemize
index b3c641e00fe7b2234978926eec7d0326aa57ce98..63f3239fb994aff3315ba24ec9126ecf1afc876b 100644 (file)
@@ -1,8 +1,8 @@
 @node Server
 @section Server part
 
-Except for common @ref{Stats, -stats}, @ref{EGD, -egd} options client
-has the following ones:
+Except for common @ref{Stats, -stats}, @ref{EGD, -egd}, @ref{Syslog, -syslog}
+options server has the following ones:
 
 @table @option
 
diff --git a/doc/syslog.texi b/doc/syslog.texi
new file mode 100644 (file)
index 0000000..82ba7b3
--- /dev/null
@@ -0,0 +1,6 @@
+@node Syslog
+@subsection Syslog
+
+You can enable logging to syslog instead of default stdout using
+@option{-syslog} option. All informational messages during the work
+will be sent with @emph{INFO} level.