mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
Merge pull request #2406 from alram/master
rgw: add .log to default log path Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
commit
4c4131c6a7
@ -981,7 +981,7 @@ int main(int argc, const char **argv)
|
||||
vector<const char *> def_args;
|
||||
def_args.push_back("--debug-rgw=1/5");
|
||||
def_args.push_back("--keyring=$rgw_data/keyring");
|
||||
def_args.push_back("--log-file=/var/log/radosgw/$cluster-$name");
|
||||
def_args.push_back("--log-file=/var/log/radosgw/$cluster-$name.log");
|
||||
|
||||
vector<const char*> args;
|
||||
argv_to_vec(argc, argv, args);
|
||||
|
Loading…
Reference in New Issue
Block a user