Increase maximum log number from 100 to 200

Utilization of the persistent filesystem in BMC has shown
that there is room to double the number of error logs
allowed on BMC systems. This increased size will assist
in debugging of intermittent issues that occur over time.

Change-Id: I81d5ff4ed42822b6a37779b5d190ad405df1a87d
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/configure.ac b/configure.ac
index 256cd8c..1610e1f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -99,7 +99,7 @@
 )
 
 AC_ARG_VAR(ERROR_CAP, [Max number of error entries allowed for commit])
-AS_IF([test "x$ERROR_CAP" == "x"], [ERROR_CAP=100])
+AS_IF([test "x$ERROR_CAP" == "x"], [ERROR_CAP=200])
 AC_DEFINE_UNQUOTED([ERROR_CAP], [$ERROR_CAP], [Max number of error entries allowed for commit])
 
 AC_ARG_VAR(ERROR_INFO_CAP, [Cap on informational (and below) severity errors])