SQL execution can be logged using the execution profile log. Each SQL-statement is logged at completion in a file at a specific path when activated.
Configuration is done following the environment variables:
- `INVANTIVE_PROFILE_TO_DISK`: whether to log the execution profile (`true` to activate).
- `INVANTIVE_PROFILE_PATH`: path of the folder to contain the execution profile log.