On Thu, 8 Aug 2013, Andreas Bluemle wrote: > Hi, > > maybe this is the wrong list - but I am looking for > logging support for the /usr/bin/ceph adminstration > comamand. > > This is build from the same source as the ceph daemons are. > > For the daemons, logging is controlled for the different > comoponents of a daemon on behalf of configuration file > directives (e.g. "debug ms" for the message I/O). > > Can this be applied to the /usr/bin/ceph command, too? > And where would the log file go? You are probably looking for: --log-to-stderr (make log output go to stderr) --log-file <filename> and you can make some noise with --debug-ms 1 --debug-monc 10 (for example) sage -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html