summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authorMatt Spinler <spinler@us.ibm.com>2019-12-05 16:01:51 -0600
committerMatt Spinler <spinler@us.ibm.com>2019-12-10 22:41:23 +0000
commit57686b65b58e247858df228de8889ae30104ecdf (patch)
tree5aaedb76615e9442b702449b6c7d73b2e8c5f125 /extensions
parentc63e2e82ba5b11114dfa1b5aa9ba8fb5bfa25382 (diff)
downloadphosphor-logging-57686b65b58e247858df228de8889ae30104ecdf.tar.gz
phosphor-logging-57686b65b58e247858df228de8889ae30104ecdf.zip
PEL: Put back in the default error log caps
Since there is no code in place yet to purge old logs after some amount of total space is consumed, it will be safest to put back in the default cap of 200. If more than 200 is needed in the short term, we can use the currently available configure option to increase the cap. Signed-off-by: Matt Spinler <spinler@us.ibm.com> Change-Id: Ide1af5432271817f30bfaf0b065c35906aaa05cf
Diffstat (limited to 'extensions')
-rw-r--r--extensions/openpower-pels/entry_points.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/extensions/openpower-pels/entry_points.cpp b/extensions/openpower-pels/entry_points.cpp
index 08fb379..b454d37 100644
--- a/extensions/openpower-pels/entry_points.cpp
+++ b/extensions/openpower-pels/entry_points.cpp
@@ -27,8 +27,6 @@ using namespace phosphor::logging;
std::unique_ptr<Manager> manager;
-DISABLE_LOG_ENTRY_CAPS();
-
void pelStartup(internal::Manager& logManager)
{
std::unique_ptr<DataInterfaceBase> dataIface =
OpenPOWER on IntegriCloud