]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
ceph_rest_api.py: create own default for log_file 531/head
authorDan Mick <dan.mick@inktank.com>
Fri, 23 Aug 2013 00:30:24 +0000 (17:30 -0700)
committerDan Mick <dan.mick@inktank.com>
Fri, 23 Aug 2013 22:11:03 +0000 (15:11 -0700)
commit2031f391c3df68e0d9e381a1ef3fe58d8939f0a8
treef6ef8fc7a31452bc5f4c2253204cad2965b5cfad
parentd26ba3ab0374e77847c742dd00cb3bc9301214c2
ceph_rest_api.py: create own default for log_file

common/config thinks the default log_file for non-daemons should be "".
Override that so that the default is
    /var/log/ceph/{cluster}-{name}.{pid}.log
since ceph-rest-api is more of a daemon than a client.

Fixes: #6099
Backport: dumpling
Signed-off-by: Dan Mick <dan.mick@inktank.com>
src/pybind/ceph_rest_api.py