From 5281b7d3400472b215ea725fb5c437f08a7977ca Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 9 May 2016 00:05:01 +0300 Subject: [PATCH] [DOC] Document -syslog option --- doc/about.ru.texi | 3 +++ doc/about.texi | 3 +++ doc/client.texi | 4 ++-- doc/glossary.texi | 2 ++ doc/news.ru.texi | 8 ++++++++ doc/news.texi | 8 ++++++++ doc/server.texi | 4 ++-- doc/syslog.texi | 6 ++++++ 8 files changed, 34 insertions(+), 4 deletions(-) create mode 100644 doc/syslog.texi diff --git a/doc/about.ru.texi b/doc/about.ru.texi index 5bb7995..aa89817 100644 --- a/doc/about.ru.texi +++ b/doc/about.ru.texi @@ -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} с простым кодом, ориентированным на лёгкость чтения и анализа. diff --git a/doc/about.texi b/doc/about.texi index a3ed945..833c516 100644 --- a/doc/about.texi +++ b/doc/about.texi @@ -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. diff --git a/doc/client.texi b/doc/client.texi index b6d8aab..d3a7f41 100644 --- a/doc/client.texi +++ b/doc/client.texi @@ -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 diff --git a/doc/glossary.texi b/doc/glossary.texi index 8fed167..3cf8d90 100644 --- a/doc/glossary.texi +++ b/doc/glossary.texi @@ -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 diff --git a/doc/news.ru.texi b/doc/news.ru.texi index 362ada0..da02168 100644 --- a/doc/news.ru.texi +++ b/doc/news.ru.texi @@ -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 diff --git a/doc/news.texi b/doc/news.texi index 1956730..cdb7d98 100644 --- a/doc/news.texi +++ b/doc/news.texi @@ -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 diff --git a/doc/server.texi b/doc/server.texi index b3c641e..63f3239 100644 --- a/doc/server.texi +++ b/doc/server.texi @@ -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 index 0000000..82ba7b3 --- /dev/null +++ b/doc/syslog.texi @@ -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. -- 2.44.0