awaazde / avaajotalo

Avaaj Otalo - voice-based social software
2 stars 0 forks source link

Logging #38

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
A couple issues with logging that may or may not be already addressed:

1. The timestamp. Can you verify that this converts to an accurate date and
time? I'd also like to verify that its accurate on the server here.

2. The goal of the log is to record each call's trail, so every step should
be indicated and we should be able to piece an individual call's trail
together. Does the log allow us to differentiate between calls (for callers
who keep re-dialing in rapid succession, which we saw with AO 1.0)? Can we
accurately track which msgs (identified by id for eg) were listened to?
Responses Do we log re-records? 

Just going through the script with a comb and adding places that logging is
probably all that's needed here

Original issue reported on code.google.com by neilpa...@gmail.com on 23 Dec 2009 at 10:27

GoogleCodeExporter commented 9 years ago

I took a look at this and changed the format and a few other things.  I think 
we do a
pretty good job (erase the current log, run the s/w for a while and check the 
log),
but see if there is anything else u need. 

Original comment by tparikh@gmail.com on 30 Dec 2009 at 12:10