fcambus / rrda

REST API allowing to perform DNS queries over HTTP
https://www.statdns.com
BSD 2-Clause "Simplified" License
221 stars 56 forks source link

Verbose option #6

Closed soullivaneuh closed 8 years ago

soullivaneuh commented 8 years ago

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.

fcambus commented 8 years ago

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/

soullivaneuh commented 8 years ago

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