Comment 1 for bug 2063123

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to integ (master)

Reviewed: https://review.opendev.org/c/starlingx/integ/+/906318
Committed: https://opendev.org/starlingx/integ/commit/15b6f23511401faf4b6e47b199c5ca8581199fc3
Submitter: "Zuul (22348)"
Branch: master

commit 15b6f23511401faf4b6e47b199c5ca8581199fc3
Author: Hediberto Cavalcante da Silva <email address hidden>
Date: Mon Jan 22 17:46:33 2024 -0300

    Ceph Logs Improvements

    Thinking about better tracking the Ceph Process States logs,
    we have added some crucial information like PID, parental PID,
    and the name of the parental process.
    Also, some checking status INFO logs have been increased to DEBUG level.

    yyyy-MM-dd HH:mm:ss.SSSSSS <script_path> <prefix> <log_level>: <message>
    where, prefix = <pid_subshell> <ppid_name>[<ppid>] <name|optional>

    Test Plan:
      PASS: Checking the new logs pattern after using a new build.
      PASS: Testing different scenarios and trying to track related SM
            actions with logs in the ceph-process-states.log file.

    Closes-Bug: 2063123

    Change-Id: I218ae2316218d9548cd1b43d645ddfb338fd1bce
    Signed-off-by: Hediberto Cavalcante da Silva <email address hidden>