GUC_LOG_LEVEL_NON_VERBOSE
#define GUC_LOG_LEVEL_IS_VERBOSE(x) ((x) > GUC_LOG_LEVEL_NON_VERBOSE)
guc_log_level = GUC_LOG_LEVEL_NON_VERBOSE;