summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrew Geissler <geissonator@yahoo.com>2017-12-15 09:03:51 -0600
committerAndrew Geissler <geissonator@yahoo.com>2017-12-15 12:48:23 -0600
commit4de76fb9f8eb473c432a6faed11513d4133480b8 (patch)
treeb0980a15e38fa8ae3d60240b20d521a5040bcafc /configure.ac
parente4b0b77180adc4c2f63e83abbf849f09fd399055 (diff)
downloadphosphor-logging-4de76fb9f8eb473c432a6faed11513d4133480b8.tar.gz
phosphor-logging-4de76fb9f8eb473c432a6faed11513d4133480b8.zip
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>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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])
OpenPOWER on IntegriCloud