SQL Statements and Extensions for the Salesforce Driver : Set Logsize

Set Logsize
Purpose
The Set Logsize statement sets the maximum size to which the driver’s embedded database log file can grow before a Checkpoint statement is performed.
Syntax
SET LOGSIZE size
where:
size
Specifies the maximum size in MB of the .log file. The default is 200 MB. A value of 0 means no limit is imposed on the size of the log file.
Notes

© 2013 Progress Software Corporation and/or its subsidiaries or affiliates.