From: Laimis Juzeliƫnas Date: Tue, 18 Mar 2025 19:56:51 +0000 (+0200) Subject: doc/rados/troubleshooting/log-and-debug: add section for Monitors X-Git-Tag: v20.3.0~294^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c8953a03d2477f151e9702cb9e9720bd46fe0eab;p=ceph.git doc/rados/troubleshooting/log-and-debug: add section for Monitors Adding separate section for Monitors related logging configs. Fixes: https://tracker.ceph.com/issues/63354 Signed-off-by: Laimis Juzeliunas Co-authored-by: Patrick Donnelly --- diff --git a/doc/rados/troubleshooting/log-and-debug.rst b/doc/rados/troubleshooting/log-and-debug.rst index 7af3d71d04b85..46775df9d051f 100644 --- a/doc/rados/troubleshooting/log-and-debug.rst +++ b/doc/rados/troubleshooting/log-and-debug.rst @@ -404,8 +404,23 @@ supports the following settings: .. confval:: log_flush_on_exit .. confval:: clog_to_monitors .. confval:: clog_to_syslog -.. confval:: mon_cluster_log_to_syslog + +Monitors +-------- + +.. confval:: mon_cluster_log_level .. confval:: mon_cluster_log_file +.. confval:: mon_cluster_log_to_file +.. confval:: mon_cluster_log_to_syslog +.. confval:: mon_cluster_log_to_syslog_facility +.. confval:: mon_cluster_log_to_stderr +.. confval:: mon_cluster_log_to_journald +.. confval:: mon_cluster_log_to_graylog +.. confval:: mon_cluster_log_to_graylog_host +.. confval:: mon_cluster_log_to_graylog_port +.. confval:: mon_log_max +.. confval:: mon_health_to_clog +.. confval:: mon_health_to_clog_interval OSD ---