phildini / cards-against-django

CAH done as a Django web app.
Other
8 stars 4 forks source link

review logging #36

Open clach04 opened 11 years ago

clach04 commented 11 years ago

in production log to a file. reduce logging?

phildini commented 11 years ago

I've been reducing logs that don't seem to be serving any purpose, but if you have time to go through and do a review of where we're logging things, that would be awesome. As far as sending to a file, we can use a service like loggly to back up our logs for us. ITs already enabled on prod, but I'm not sure its grabbing anything yet.

clach04 commented 11 years ago

Looks good. We've not needed to use the logs for a while now :-)

I think we probably have enough, we can always add (temp) additional traces if we start getting exceptions anywhere.

RE destination, what ever works :-) There is already support for different logging options:

./cah/settings/local.py
./cah/settings/base.py

We can probably close this.