droxit / roxcomposer

This is the droxit microservice framework repository.
GNU Lesser General Public License v3.0
5 stars 0 forks source link

Feature request: GET tracelog from ROXconnector #82

Closed droxit-becker closed 5 years ago

droxit-becker commented 5 years ago

Currently, the GUI reads the tracelog locally in the ROXcomposer build path. This makes the GUI dependant on the local installation of the ROXcomposer - for future releases it would be nice if the GUI was independent from the ROXcomposer so that the composer can run on a server elsewhere and the GUI will run locally. A 'GET' method 'get_tracelog' similar to the log observer would be useful.

droxit-becker commented 5 years ago

Not needed since there is a get_msg_history Endpoint that does that.