postgis.gdal_cpl_debug
Name
postgis.gdal_cpl_debug — A boolean configuration to turn logging of GDAL debug messages on and off.
Description
By default, GDAL logging is printed to stderr, and lower level debug messages are not printed at all. Turning this GUC to true will cause GDAL logging to be sent into the PostgreSQL logging stream, so you can see more or less of it by altering the
client_min_message
PostgreSQL GUC.
Availability: 3.6.0