-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
as of nautilus, we can use these options so we can log to file 'on the fly'. eg: ``` $ sudo podman exec ceph-mon-mon0 ceph config set mon.mon0 log_to_file true $ sudo podman exec ceph-mon-mon0 ceph config set mon.mon0 mon_cluster_log_to_file true ``` Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1710548 Closes: #1479 Signed-off-by: Guillaume Abrioux <[email protected]> (cherry picked from commit a63bcf4)
- Loading branch information
Showing
2 changed files
with
11 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters