diff options
author | Sage Weil <sage@newdream.net> | 2012-03-27 10:41:12 -0700 |
---|---|---|
committer | Sage Weil <sage@newdream.net> | 2012-03-27 10:41:12 -0700 |
commit | f41887e38d70970f4d0181fb73e835ece68cee6c (patch) | |
tree | dd6f896fa260344f3f8b0b35659d27118f2293f7 /src/osd/ClassHandler.cc | |
parent | d6b0cbd442e7efe280c1a0f362e485d38bd91cf0 (diff) | |
download | ceph-f41887e38d70970f4d0181fb73e835ece68cee6c.tar.gz |
log: new logging infrastructure
- explicitly defined subsystems, and ceph_subsys_FOO enums to go with them
- modular log system with Entry object
- separate gather level and log level
- drop lots of DoutStreambuf hackery
Signed-off-by: Sage Weil <sage@newdream.net>
Diffstat (limited to 'src/osd/ClassHandler.cc')
-rw-r--r-- | src/osd/ClassHandler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/osd/ClassHandler.cc b/src/osd/ClassHandler.cc index a0ebdca9018..35768c25272 100644 --- a/src/osd/ClassHandler.cc +++ b/src/osd/ClassHandler.cc @@ -14,7 +14,7 @@ #include "common/config.h" -#define DOUT_SUBSYS osd +#define dout_subsys ceph_subsys_osd #undef dout_prefix #define dout_prefix *_dout |