Details
Assignee
UnassignedUnassignedReporter
John WilsonJohn WilsonLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
New
Details
Details
Assignee
Unassigned
UnassignedReporter
John Wilson
John WilsonLabels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Priority
Created 21 July 2022 at 01:23
Updated 21 July 2022 at 13:22
I work with a lot of servers remotely. Sometimes I don’t have direct access to the machines, such as when using containers. It would be incredibly useful to be able to redirect/clone console output to an eventsource feed, similar to https://docs.microsoft.com/en-us/dotnet/api/microsoft.extensions.logging.eventsource.loggingeventsource?view=dotnet-plat-ext-6.0 Having a tag/function/event-gateway to consume/subscribe to an eventsource feed built into lucee would complete the circle. And maybe commandbox could also implement a client… (@Brad Wood )
server log remote 127.0.0.1 --follow
https://github.com/launchdarkly/okhttp-eventsource
https://html.spec.whatwg.org/multipage/server-sent-events.html#the-eventsource-interface
https://commons.apache.org/proper/commons-configuration/javadocs/v1.10/apidocs/org/apache/commons/configuration/event/EventSource.html