Description of problem (please be detailed as possible and provide log snippests): [RFE] Ceph cluster logs should go to separate log files, not in monitor log files Version of all relevant components (if applicable): ODF 4.x This feature will make sure that rook deployed Ceph has the default behavior that a default Ceph deployment will have. In Ceph the cluster logs are very important from a troubleshooting point of view and for now in the rook deployed cluster these logs go to monitor logs which makes it hard to make a clear investigation. The cluster logs channel includes logs files like: 1. Ceph Audit log - ceph.audit.log 2. Cluster log - ceph.log In Ceph this tuning is controlled via a tuning option called mon_cluster_log_to_file = true!