fcambus / rrda

REST API allowing to perform DNS queries over HTTP

Home Page:https://www.statdns.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Verbose option

soullivaneuh opened this issue · comments

It would be great to have a verbose option on command line.

With that, rrda application could print each request it receive for example.

Useful for dev env.

That's outside the scope of the tool, logging doesn't belong in the application itself. See here for the rationale : http://www.cambus.net/the-case-for-nginx-in-front-of-application-servers/

The received request is just a sample. Could be useful to see what exactly the application does for dev env.