Add PLDM flight recorder data in log collection

Reference:
https://gerrit.openbmc-project.xyz/c/openbmc/pldm/+/45362

Change-Id: I682136b8952d8f00732f4e9c93e4571049021f37
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/openbmc_ffdc_list.py b/lib/openbmc_ffdc_list.py
index 0f0b6f1..6d77f82 100755
--- a/lib/openbmc_ffdc_list.py
+++ b/lib/openbmc_ffdc_list.py
@@ -57,6 +57,7 @@
         'BMC_obmc_console1.txt': 'cat /var/log/obmc-console1.log >/tmp/BMC_obmc_console1.txt 2>&1',
         'PEL_logs_list.json': 'peltool -l >/tmp/PEL_logs_list.json 2>&1',
         'PEL_logs_display.json': 'peltool -a >/tmp/PEL_logs_display.json 2>&1',
+        'pldm_flight_recorder': 'killall -s SIGUSR1 pldmd; sleep 5;',
     },
 }
 # Add file name and corresponding command needed for all Linux distributions