Provide a log_level setting for auto_explain

Andrew Dunstan <andrew@dunslane.net>

Commit: 2d36a5e9dab6eda817b3d72a2d0f42c3d0cd922c
Author: Andrew Dunstan <andrew@dunslane.net>
Date: 2018-07-31T12:03:57Z
Releases: 12.0
Provide a log_level setting for auto_explain

Up to now the log level has been hardcoded at LOG. A new
auto_explain.log_level setting allows that to be modified.

Discussion: https://postgr.es/m/CAPPfruyZh+snR2AdmutrA0B_caj=yWZkLqxUTZYNjJCaQ_wKQg@mail.gmail.com

Tom Dunstan and Andrew Dunstan
Reviewed by Daniel Gustafsson

Files

PathChange+/−
contrib/auto_explain/auto_explain.c modified +28 −1
doc/src/sgml/auto-explain.sgml modified +21 −0

Documentation touched