change default setting of the redfish-dump-log option

Since the 'redfish-dump-log' option is widely used across almost all
platforms, change its default setting to 'enabled'.

Change-Id: Ifa3bf3bdf7efb88ff454120edb20ac4b8463a914
Signed-off-by: Jae Hyun Yoo <jae.yoo@oss.qualcomm.com>
diff --git a/meson.options b/meson.options
index cd89d62..0268c66 100644
--- a/meson.options
+++ b/meson.options
@@ -99,7 +99,7 @@
 option(
     'redfish-dump-log',
     type: 'feature',
-    value: 'disabled',
+    value: 'enabled',
     description: '''Enable Dump log service transactions through Redfish. Paths
                    are under /redfish/v1/Systems/system/LogServices/Dump
                    and /redfish/v1/Managers/bmc/LogServices/Dump''',