mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Adding logging & metric recording configuration via settings
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user