]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
config: report on log level changes
authorSage Weil <sage@inktank.com>
Mon, 21 Jan 2013 17:24:58 +0000 (09:24 -0800)
committerSage Weil <sage@inktank.com>
Tue, 22 Jan 2013 18:24:40 +0000 (10:24 -0800)
Signed-off-by: Sage Weil <sage@inktank.com>
src/common/config.cc

index 210ffae7582c738fe12b6b2841a3546d1be366cc..7cd9373dd1b41c9c81158eaf0e9d78857eb8f54b 100644 (file)
@@ -435,6 +435,8 @@ int md_config_t::parse_option(std::vector<const char*>& args,
        //        cout << "subsys " << subsys.get_name(o) << " log " << log << " gather " << gather << std::endl;
        subsys.set_log_level(o, log);
        subsys.set_gather_level(o, gather);
+       if (oss)
+         *oss << "debug_" << subsys.get_name(o) << "=" << log << "/" << gather << " ";
       }
       break;
     }