planety / prologue

Powerful and flexible web framework written in Nim
https://planety.github.io/prologue
Apache License 2.0
1.23k stars 47 forks source link

Provide a debug log message when a route is added to prologue #190

Open PhilippMDoerner opened 1 year ago

PhilippMDoerner commented 1 year ago

Particularly for large-ish applications and generic stuff it is nice to be able to see if prologue registered that a specific route was added and what exact URL was added.

Is that feature agreeable? I'd add it if so. Mostly it's just a logging debug call in application.nim