Syntax
nrSetHarvestTimeLogs(nr as Object, time as Integer) as VoidDescription
Set harvest time for Logs, the time the logs are buffered before being sent to New Relic. Min value is 60.
Arguments
Arguments  | Description  | 
|---|---|
  | New Relic Agent object.  | 
  | Time in seconds.  | 
Return
Nothing.
Example
nrSetHarvestTimeLogs(m.nr, 60)