Lower history API log level as it works fine right now

This commit is contained in:
Thomas Gelf 2014-03-08 18:36:15 +01:00
parent 740df4ccac
commit 09e2055df4
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@
return; return;
} }
this.icinga.logger.info('Pushing current state to history'); this.icinga.logger.debug('Pushing current state to history');
var url = ''; var url = '';
// We only store URLs of containers sitting directly under #main: // We only store URLs of containers sitting directly under #main: