Skip to content

mlytvynukrgas/node-red-contrib-internal-logger

 
 

Repository files navigation

node-red-contrib-advanced-logger

License: MIT

A Node-RED Logging module.

Advanced Logger provides logging controls for Node-Red logging. It was originlly forked from Advance Logger

Installation

Install node-red-contrib-advanced-logger using npm

npm install --save node-red-contrib-advanced-logger

Features

  • Log to File, Console and Node-Red Debug window
  • Log archiving.
  • Log rotating.
  • Logging levels.

Usage

To use the node, launch Node-RED (see running Node-RED for help getting started).

The input payload should be JSON.

Any attribute in the payload JSON can be use as the info type logging.

The input payload JSON should have following properties for warning and error logging.

  • warn – warning logging
  • error – error logging

License

MIT © Max Lytvyn

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.5%
  • HTML 46.5%