[GH-ISSUE #186] is it possible to mount logio on an existing application? #152

Open
opened 2026-02-26 05:31:28 +03:00 by kerem · 3 comments
Owner

Originally created by @bonesoul on GitHub (Nov 16, 2016).
Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/186

title says it :)

Originally created by @bonesoul on GitHub (Nov 16, 2016). Original GitHub issue: https://github.com/NarrativeScience-old/log.io/issues/186 title says it :)
Author
Owner

@msmathers commented on GitHub (Jan 12, 2020):

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.

<!-- gh-comment-id:573443013 --> @msmathers commented on GitHub (Jan 12, 2020): 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.
Author
Owner

@coderofsalvation commented on GitHub (Feb 25, 2020):

app.use( logio({url:'/logview') ) would indeed be nice

<!-- gh-comment-id:591101787 --> @coderofsalvation commented on GitHub (Feb 25, 2020): `app.use( logio({url:'/logview') )` would indeed be nice
Author
Owner

@coderofsalvation commented on GitHub (Feb 26, 2020):

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.

<!-- gh-comment-id:591370037 --> @coderofsalvation commented on GitHub (Feb 26, 2020): 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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/log.io-NarrativeScience-old#152
No description provided.