Lower history API log level as it works fine right now
This commit is contained in:
parent
740df4ccac
commit
09e2055df4
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue