Optional batchString separator to use between SQL statements (e.g., 'GO' for SQL Server)
Optional descriptionOptional description or notes for this logging configuration
Optional filterEmail address to filter SQL statements by user (when filtering is enabled)
Optional formatWhether to format SQL output as a database migration file with proper headers
Optional logWhether to include metadata about record changes in the log output
Optional prettyWhether to format SQL with proper indentation and line breaks
Optional retainWhether to keep log files even if they contain no SQL statements
Optional sessionHuman-readable name for the logging session
Optional statementTypes of SQL statements to capture: 'queries', 'mutations', or 'both'
Configuration options for SQL logging sessions. These options control how SQL statements are captured, formatted, and saved.