commit | 28b153cbb9ab588b97f801d29f29d2d0ccbce47a | [log] [tgz] |
---|---|---|
author | Eddie James <eajames@linux.ibm.com> | Mon Jul 22 11:37:09 2024 -0500 |
committer | Edward A. James <eajames@us.ibm.com> | Thu Aug 29 15:18:56 2024 +0000 |
tree | 13362108ece06795c474cba9302074735326e9c1 | |
parent | 1e8c42ce93f03d97451a413cdb6ee247ec6b3ff3 [diff] [blame] |
Add support for phosphor logging error logs Provide a compile option to report error logs through phosphor logging. Change-Id: Id6fc5040c13beac649f96b73443cb5ec3fcff84f Signed-off-by: Eddie James <eajames@linux.ibm.com>
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..aed2358 --- /dev/null +++ b/meson_options.txt
@@ -0,0 +1,2 @@ +option('ecc-phosphor-logging', type: 'feature', value: 'disabled', + description: 'Create Event logs by using phosphor-logging.')