log.io
log.io copied to clipboard
is it possible to mount logio on an existing application?
title says it :)
Currently log.io is intended to be run as its own process, however it should be possible to modify it to be used as middleware by separate express app. Will flag as a feature request.
app.use( logio({url:'/logview') ) would indeed be nice
Ok, here's my attempt:
https://www.npmjs.com/package/express-logio
The idea is that the middleware also takes care of starting the log.io webserver. In other words: you don't need to run the webserver manually.