From 4de76fb9f8eb473c432a6faed11513d4133480b8 Mon Sep 17 00:00:00 2001 From: Andrew Geissler Date: Fri, 15 Dec 2017 09:03:51 -0600 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 256cd8c..1610e1f 100644 --- a/configure.ac +++ b/configure.ac @@ -99,7 +99,7 @@ AC_ARG_ENABLE([metadata-processing], ) 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]) -- cgit v1.2.1