@@ -216,12 +216,12 @@ static const struct config_enum_entry bytea_output_options[] = {
216
216
* they sort slightly different (see "log" level)
217
217
*/
218
218
static const struct config_enum_entry client_message_level_options [] = {
219
- {"debug" , DEBUG2 , true},
220
219
{"debug5" , DEBUG5 , false},
221
220
{"debug4" , DEBUG4 , false},
222
221
{"debug3" , DEBUG3 , false},
223
222
{"debug2" , DEBUG2 , false},
224
223
{"debug1" , DEBUG1 , false},
224
+ {"debug" , DEBUG2 , true},
225
225
{"log" , LOG , false},
226
226
{"info" , INFO , true},
227
227
{"notice" , NOTICE , false},
@@ -233,12 +233,12 @@ static const struct config_enum_entry client_message_level_options[] = {
233
233
};
234
234
235
235
static const struct config_enum_entry server_message_level_options [] = {
236
- {"debug" , DEBUG2 , true},
237
236
{"debug5" , DEBUG5 , false},
238
237
{"debug4" , DEBUG4 , false},
239
238
{"debug3" , DEBUG3 , false},
240
239
{"debug2" , DEBUG2 , false},
241
240
{"debug1" , DEBUG1 , false},
241
+ {"debug" , DEBUG2 , true},
242
242
{"info" , INFO , false},
243
243
{"notice" , NOTICE , false},
244
244
{"warning" , WARNING , false},
0 commit comments