From: Donald Sharp Date: Fri, 15 Jun 2018 17:43:13 +0000 (-0400) Subject: doc: Add some documentation for cli logging X-Git-Tag: frr-6.1-dev~262^2~3 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=ed74ddf4033a49774391a3513eac41e0afd107b7;p=matthieu%2Ffrr.git doc: Add some documentation for cli logging Add some basic documentation for the new cli added to all daemons. Signed-off-by: Donald Sharp --- diff --git a/doc/user/basic.rst b/doc/user/basic.rst index a75017c442..f6114008f8 100644 --- a/doc/user/basic.rst +++ b/doc/user/basic.rst @@ -405,6 +405,13 @@ These options apply to all |PACKAGE_NAME| daemons. Print program version. +.. option:: --log + + When initializing the daemon, setup the log to go to either stdout, + syslog or to a file. These values will be displayed as part of + a show run. Additionally they can be overridden at runtime if + desired via the normal log commands. + .. _loadable-module-support: Loadable Module Support