dout(0) -> dout(1)
Signed-off-by: Yehuda Sadeh <yehuda@hq.newdream.net>
req->log_init();
- dout(0) << "====== starting new request req=" << hex << req << dec << " =====" << dendl;
+ dout(1) << "====== starting new request req=" << hex << req << dec << " =====" << dendl;
perfcounter->inc(l_rgw_req);
rgw_env.init(fcgx->envp);
FCGX_Finish_r(fcgx);
delete req;
- dout(0) << "====== req done req=" << hex << req << dec << " http_status=" << http_ret << " ======" << dendl;
+ dout(1) << "====== req done req=" << hex << req << dec << " http_status=" << http_ret << " ======" << dendl;
}
class C_InitTimeout : public Context {