huelog-statuspage
v0.1.1
Published
Serve an HTML page displaying HueStatus logs
Downloads
9
Readme
HueStatus Log Status Page
HTML page for HueStatus logs
Features
- Quickly see the most recent log event
- Shows the most recent
Installation
npm install -g huestatus huelog-statuspage
Create a .huerc file on your home directory, see HueStatus Docs for more info. Add an object like this to the reporters array:
{
"name": "huelog-statuspage", // Required to tell HueStatus to load this reporter
"logLevel": "info", // Level of logs to be sent to the Status Page - debug, info or error (info is most useful)
"port": 3131 // Port to serve the status page on. Make sure this port is not in use by antother process (Defaults to 80)
}
Then run huestatus
, an express server will be started and you can browse to it to see the latest status.