adhearsion / virginia

A Reel interface to Adhearsion
MIT License
7 stars 10 forks source link

Requests are not logged #20

Closed benlangfeld closed 9 years ago

benlangfeld commented 9 years ago

Rack should log all requests (timestamp, HTTP verb, path, and response code) regardless of the application's specific logging, but an Adhearsion app using Virginia appears not to log anything on requests.

See http://www.rubydoc.info/github/rack/rack/master/Rack/CommonLogger

It seems that Adhearsion.logger << "foo" never prints anything to the log.

bklang commented 9 years ago

With #21 merged, can this be closed?