Added logging.

This commit is contained in:
baldo 2017-08-13 19:36:16 +02:00
parent d7300fa3a1
commit 7d413a6f76

View file

@ -515,6 +515,10 @@ angular.module('ffffng')
return callback(err); return callback(err);
} }
Logger
.tag('monitoring', 'information-retrieval')
.debug('Marking missing nodes as offline.');
// Mark nodes as offline that haven't been imported in this run. // Mark nodes as offline that haven't been imported in this run.
Database.run( Database.run(
'UPDATE node_state ' + 'UPDATE node_state ' +