10gen / mongo-orchestration

Apache License 2.0
7 stars 11 forks source link

What happened to the server logging the requests to STDOUT? #82

Closed TylerBrock closed 10 years ago

TylerBrock commented 10 years ago

Was there a change that made it so we no longer log requests processed by the orchestration server to STDOUT? If so, can we start logging again?

gjmurakami-10gen commented 10 years ago

This seemed to happen around the time of the switch to cherrypy. Log output is now in server.log.

TylerBrock commented 10 years ago

The log output in server.log is different than the logging output that was going to STDOUT though. It's much more verbose and diagnostic level from python modules as opposed to web server level.

TylerBrock commented 10 years ago

You are right, that output was generated by the WSGIref server, oh well.