From c8953a03d2477f151e9702cb9e9720bd46fe0eab Mon Sep 17 00:00:00 2001 From: =?utf8?q?Laimis=20Juzeli=C5=ABnas?= Date: Tue, 18 Mar 2025 21:56:51 +0200 Subject: [PATCH] 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 --- doc/rados/troubleshooting/log-and-debug.rst | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/doc/rados/troubleshooting/log-and-debug.rst b/doc/rados/troubleshooting/log-and-debug.rst index 7af3d71d04b8..46775df9d051 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 --- -- 2.47.3