Hi Charles,
http://ceph.com/docs/master/rados/configuration/ceph-conf/#ceph-runtime-config
has a great example.
For all daemons of a type use * ( ceph osd tell \* injectargs
'--debug-osd 20 --debug-ms 1' )
More about loglevels here:
http://ceph.com/docs/master/rados/configuration/ceph-conf/#logs
Pls how do i turn on and turn off debug log for osd on a working ceph cluster.
I don't want to restart the machines.
Is this command ok?
ceph-osd -i o --debug_ms 5 --debug_osd 5 --debug_filestore 5 --debug_journal 5
-d ???
Thanks. _