From 983071b9251da0170aa480115075c09cd02662fa Mon Sep 17 00:00:00 2001 From: Shinobu Kinjo Date: Sat, 25 Nov 2017 17:31:29 +0900 Subject: [PATCH] doc/dev/logs: Removes non-existence file path Signed-off-by: Shinobu Kinjo --- doc/dev/logs.rst | 2 -- 1 file changed, 2 deletions(-) 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:: -- 2.47.3