commit | ae5fefbe287eddfe4cb80687c9482a29cea0add1 | [log] [tgz] |
---|---|---|
author | George Keishing <gkeishin@in.ibm.com> | Thu Jul 08 15:30:48 2021 -0500 |
committer | George Keishing <gkeishin@in.ibm.com> | Fri Jul 09 05:21:01 2021 +0000 |
tree | a395f21c2c8fd25984732fcb2b4bc8cbccf5c8c0 | |
parent | 4fa52d77b25453a30d5b221d2d42820974f6ab5e [diff] |
Add bmcweb persistent data log collection Change-Id: Idb64df71bada31448187e1d4bc0cee4187e6c74d
diff --git a/lib/openbmc_ffdc_list.py b/lib/openbmc_ffdc_list.py index e1abf61..0f0b6f1 100755 --- a/lib/openbmc_ffdc_list.py +++ b/lib/openbmc_ffdc_list.py
@@ -33,6 +33,7 @@ 'APPLICATION DATA': { 'BMC state': '/usr/bin/obmcutil state', + 'bmcweb data': 'for f in `find /var/lib/bmcweb/ -name "*.json"`; do (echo $f; cat $f) done', }, } # Add file name and corresponding command needed for BMC