Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
fix(store-gateway): don't log to stdout
Browse files Browse the repository at this point in the history
Since we're not execing the radosgw daemon, its view of /dev/stdout
is not really stdout, resulting in the logs being eaten. Now they'll
at least be on the filesystem should debugging be necessary.
  • Loading branch information
carmstrong committed Dec 11, 2014
1 parent 690b380 commit 2358fcd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion store/base/templates/ceph.conf
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,3 @@ log file = /dev/stdout
host = deis-store-gateway
keyring = /etc/ceph/ceph.client.radosgw.keyring
rgw socket path = /var/run/ceph/ceph.radosgw.gateway.fastcgi.sock
log file = /dev/stdout

0 comments on commit 2358fcd

Please sign in to comment.