Nate1
09-14-2007, 07:45 PM
I have two Log tables one for Errors raised on exceptions and another for general stuff like User logged in, user Logged out.
Question is too what Level should I Log, for Example:
Create a Listing involves,
Logging in
recording the listing + images + Categories (Ass table)
Should I record each "Transaction"? or Say just the Listing Created?
this may not sound like much but If I do this for each process registration updates deletes ... could be heaps
The tables going to get big either way, I'm trying to build a service that will check if a listing closes on a specific date, if I used a similar process to empty log records that are a month old is this OK?
Question is too what Level should I Log, for Example:
Create a Listing involves,
Logging in
recording the listing + images + Categories (Ass table)
Should I record each "Transaction"? or Say just the Listing Created?
this may not sound like much but If I do this for each process registration updates deletes ... could be heaps
The tables going to get big either way, I'm trying to build a service that will check if a listing closes on a specific date, if I used a similar process to empty log records that are a month old is this OK?