]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
common_init: don't force profiling_logger = true
authorColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 8 Feb 2011 16:07:34 +0000 (08:07 -0800)
committerColin Patrick McCabe <cmccabe@alumni.cmu.edu>
Tue, 8 Feb 2011 16:07:34 +0000 (08:07 -0800)
common_init: don't force profiling_logger = true for daemons. Users can
always set "profiling logger = true" when they want to activate it.

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
src/common/common_init.cc

index 6c5327b7133f39d73f8ff4b2db60d8b58eb14526..c5c9ed6f65e0ea17c7b05028c84a09514b3e7104 100644 (file)
@@ -57,7 +57,6 @@ void common_set_defaults(bool daemon)
     cout << TEXT_YELLOW <<  " **          testing and review.  Do not trust it with important data.       **" << TEXT_NORMAL << std::endl;
 
     g_conf.daemonize = true;
-    g_conf.profiling_logger = true;
   } else {
     g_conf.pid_file = 0;
   }