Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Oct 4, 2024
1 parent 5bc9719 commit ac7dda5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Users_Guide/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac7dda5

Please sign in to comment.