From 09e2055df4e1aba9153bdcac14868538229e689b Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Sat, 8 Mar 2014 18:36:15 +0100 Subject: [PATCH] Lower history API log level as it works fine right now --- public/js/icinga/history.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/js/icinga/history.js b/public/js/icinga/history.js index b5a463980..f86550c3a 100644 --- a/public/js/icinga/history.js +++ b/public/js/icinga/history.js @@ -66,7 +66,7 @@ return; } - this.icinga.logger.info('Pushing current state to history'); + this.icinga.logger.debug('Pushing current state to history'); var url = ''; // We only store URLs of containers sitting directly under #main: