mirror of https://github.com/ceph/go-ceph
micro-osd.sh: set a location for mgr logging
I found this useful when debugging the mock nfs configuration pool and the nfs mgr module. Signed-off-by: John Mulligan <jmulligan@redhat.com>
This commit is contained in:
parent
e74d868365
commit
50f803daa4
|
@ -72,6 +72,9 @@ osd objectstore = memstore
|
||||||
osd class load list = *
|
osd class load list = *
|
||||||
osd class default list = *
|
osd class default list = *
|
||||||
|
|
||||||
|
[mgr.${MGR_NAME}]
|
||||||
|
log_file = ${LOG_DIR}/mgr.log
|
||||||
|
|
||||||
[client.rgw.${RGW_ID}]
|
[client.rgw.${RGW_ID}]
|
||||||
rgw dns name = ${HOSTNAME}
|
rgw dns name = ${HOSTNAME}
|
||||||
rgw enable usage log = true
|
rgw enable usage log = true
|
||||||
|
|
Loading…
Reference in New Issue