Remove logging Watchdog reset request
Since watchdog reset comes in very often, it floods the journal
and hence it does not add any value.
Change-Id: If36374511f7993126244e7c06da4bfa2dfcd0991
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/watchdog.cpp b/watchdog.cpp
index 8c019a3..de90567 100644
--- a/watchdog.cpp
+++ b/watchdog.cpp
@@ -87,9 +87,6 @@
// Enable the timer.
timer.setEnabled<std::true_type>();
- log<level::INFO>("watchdog: reset timer",
- entry("VALUE=%llu", value));
-
// Update Interval in Base class.
this->interval(value);