Add /var/log/obmc-console.log to default FFDC list

Change-Id: I68e98e90328a669836acf8dadae7c6528e19cf91
Signed-off-by: George Keishing <gkeishin@in.ibm.com>
diff --git a/lib/openbmc_ffdc_list.py b/lib/openbmc_ffdc_list.py
index dbb82fe..2b40d80 100755
--- a/lib/openbmc_ffdc_list.py
+++ b/lib/openbmc_ffdc_list.py
@@ -44,6 +44,7 @@
         'BMC_procinfo': 'cat /proc/cpuinfo',
         'BMC_meminfo': 'cat /proc/meminfo',
         'BMC_systemd': 'systemctl status --all',
+        'SOL': 'cat /var/log/obmc-console.log',
     },
 }
 # Add file name and correcponding command needed for all Linux distributions