From ac7dda5716b1e3440c7512175b60fb138df15eb1 Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Fri, 4 Oct 2024 16:44:06 -0600 Subject: [PATCH] Formatting --- docs/Users_Guide/logging.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Users_Guide/logging.rst b/docs/Users_Guide/logging.rst index 3229d3f5..4ff4e69c 100644 --- a/docs/Users_Guide/logging.rst +++ b/docs/Users_Guide/logging.rst @@ -127,8 +127,8 @@ program terminations gracefully by setting up signal handlers. * **Supported Signals:** - * **SIGINT:** Typically triggered by pressing :code:`CTRL+C` to interrupt the program. - * **SIGTERM:** Sent by other processes to request the program to stop gracefully. + * **SIGINT:** Typically triggered by pressing :code:`CTRL+C` to interrupt the program + * **SIGTERM:** Sent by other processes to request the program to stop gracefully When these signals are intercepted, a message like "Received signal ... Shutting down." is logged, providing insight into the cause of the termination. This feature is valuable