function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Jay JanarthananJay Janarthanan 

Large Scale Logging Design

For audit purpose we want to log a lot of data (We are looking at millions of data point in 24 hours). I am looking at 2 options. 

1. Create a custom object, log the data to that object. The down side is I need to write all kind of query to look at the data
2. I can skip the pain of writing query / screens by use an external logging service like Loggly or Splunk. For this I need to make out bound REST calls and I may hit the governer limits. 

any thoughts ?

Jay
 
ProlayProlay
I would suggest creating the custom object and apex classes.