I'm trying to figure out how to tone down the radosgw log messages, preferably just to warnings and errors. Here's an excerpt from a simple bucket list from the openstack dashboard: https://gist.github.com/anonymous/aabe9886a7c236cc2321 Note that the "radosgw.log" entries are generated from output on stderr of the radosgw process. Radosgw is started via upstart with the command: "setuidgid radosgw radosgw -c /etc/ceph/radosgw.conf -n client.radosgw.gateway -f" I was thinking that these were the ops and usage logs, but they are off by default in 0.56.3: OPTION(rgw_enable_ops_log, OPT_BOOL, false) // enable logging every rgw operation OPTION(rgw_enable_usage_log, OPT_BOOL, false) // enable logging bandwidth usage Maybe it has something to do with logging to syslog? Here's the logging section of our ceph.conf: [global] # Log only to syslog. log file = "" log to syslog = true clog to monitors = false clog to syslog = true mon cluster log file = "" mon cluster log to syslog = true # Don't allow log output to get put on stderr of command line commands. log to stderr = false _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com