As Wido said, "log dir" has been removed and replaced by "log file." Basically log_dir = foo was equivalent to something like log_file = foo/$name.$id.log The problem with the log_dir directive is that the behavior was confusing if users supplied both log_dir and log_file in their configuration files. Since log_file defaults to something like /var/log/ceph/$name.$id.log for daemons, this tended to happen a lot. log_file can do everything log_dir did, plus more, so we dropped the old directive. sincerely, Colin On Wed, Aug 24, 2011 at 11:16 PM, Brian Chrisman <brchrisman@xxxxxxxxx> wrote: > I've noticed the 'log dir' directive in my ceph.conf no longer tells > logs where to go. > Am I missing something? > -- > 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 > -- 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