From: Shinobu Kinjo Date: Sat, 25 Nov 2017 08:31:29 +0000 (+0900) Subject: doc/dev/logs: Removes non-existence file path X-Git-Tag: 3.2-0~46^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=983071b9251da0170aa480115075c09cd02662fa;p=ceph-ci.git doc/dev/logs: Removes non-existence file path Signed-off-by: Shinobu Kinjo --- diff --git a/doc/dev/logs.rst b/doc/dev/logs.rst index 7fda64f02a1..7e703e541c0 100644 --- a/doc/dev/logs.rst +++ b/doc/dev/logs.rst @@ -9,8 +9,6 @@ Dout has several log faculties, which can be set at various log levels using the configuration management system. So it is possible to enable debugging just for the messenger, by setting debug_ms to 10, for example. -Dout is implemented mainly in common/DoutStreambuf.cc - The dout macro avoids even generating log messages which are not going to be used, by enclosing them in an "if" statement. What this means is that if you have the debug level set at 0, and you run this code::