]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: log-and-debug: fix default value of "log max recent" 20316/head
authorNathan Cutler <ncutler@suse.com>
Mon, 5 Feb 2018 12:53:05 +0000 (13:53 +0100)
committerNathan Cutler <ncutler@suse.com>
Mon, 5 Feb 2018 12:53:05 +0000 (13:53 +0100)
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 <ncutler@suse.com>
doc/rados/troubleshooting/log-and-debug.rst

index 325e30dc34cec8a7c5dae982ad4e38ea5a10e2c9..275c9a5f7a156cc2b672b839215d60bac21cb4db 100644 (file)
@@ -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``