From: Nathan Cutler Date: Mon, 5 Feb 2018 12:53:05 +0000 (+0100) Subject: doc: log-and-debug: fix default value of "log max recent" X-Git-Tag: v13.0.2~356^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F20316%2Fhead;p=ceph.git doc: log-and-debug: fix default value of "log max recent" Doc says 1000000, but the real figure is two orders of magnitude less: Option("log_max_recent", Option::TYPE_INT, Option::LEVEL_ADVANCED) .set_default(500) .set_daemon_default(10000) Signed-off-by: Nathan Cutler --- diff --git a/doc/rados/troubleshooting/log-and-debug.rst b/doc/rados/troubleshooting/log-and-debug.rst index 325e30dc34ce..275c9a5f7a15 100644 --- a/doc/rados/troubleshooting/log-and-debug.rst +++ b/doc/rados/troubleshooting/log-and-debug.rst @@ -327,7 +327,7 @@ settings: :Description: The maximum number of recent events to include in a log file. :Type: Integer :Required: No -:Default: ``1000000`` +:Default: ``10000`` ``log to stderr``