]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/dev/logs: Removes non-existence file path
authorShinobu Kinjo <shinobu@redhat.com>
Sat, 25 Nov 2017 08:31:29 +0000 (17:31 +0900)
committerShinobu Kinjo <shinobu@redhat.com>
Sat, 25 Nov 2017 08:31:29 +0000 (17:31 +0900)
Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
doc/dev/logs.rst

index 7fda64f02a1aec48204b2cdfdb55322a8eeb493e..7e703e541c05b25248d7e9a72b2e30df97638303 100644 (file)
@@ -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::