senecajs / seneca-web

Http route mapping for Seneca microservices.
MIT License
76 stars 44 forks source link

Provide a mechanism to log routes as they are mounted. #126

Open tswaters opened 7 years ago

tswaters commented 7 years ago

Coming from #125 it would be incredibly valuable for debugging tool and general QOL upgrade if the adapters provided a means to output a message to the logs specifying the method and path of a route when it has been mounted to the application.

While there is no real need for any changes in seneca-web to support this, it would be good to add docs (note to self, finish up #109 and merge it in) ... this is more of a parent task to track updates of the various adapters to support this.