Adding logging & metric recording configuration via settings

This commit is contained in:
hbeeken
2015-01-29 13:48:50 +00:00
committed by Nick O'Leary
parent a22f819f40
commit b052324d36
9 changed files with 75 additions and 13 deletions

View File

@@ -186,7 +186,7 @@ function log_helper(self, level, msg) {
}
Node.prototype.log = function(msg) {
log_helper(this, 'log', msg);
log_helper(this, 'info', msg);
};
Node.prototype.warn = function(msg) {