|
|
@ -216,12 +216,12 @@ static const struct config_enum_entry bytea_output_options[] = { |
|
|
|
* they sort slightly different (see "log" level) |
|
|
|
* they sort slightly different (see "log" level) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
static const struct config_enum_entry client_message_level_options[] = { |
|
|
|
static const struct config_enum_entry client_message_level_options[] = { |
|
|
|
{"debug", DEBUG2, true}, |
|
|
|
|
|
|
|
{"debug5", DEBUG5, false}, |
|
|
|
{"debug5", DEBUG5, false}, |
|
|
|
{"debug4", DEBUG4, false}, |
|
|
|
{"debug4", DEBUG4, false}, |
|
|
|
{"debug3", DEBUG3, false}, |
|
|
|
{"debug3", DEBUG3, false}, |
|
|
|
{"debug2", DEBUG2, false}, |
|
|
|
{"debug2", DEBUG2, false}, |
|
|
|
{"debug1", DEBUG1, false}, |
|
|
|
{"debug1", DEBUG1, false}, |
|
|
|
|
|
|
|
{"debug", DEBUG2, true}, |
|
|
|
{"log", LOG, false}, |
|
|
|
{"log", LOG, false}, |
|
|
|
{"info", INFO, true}, |
|
|
|
{"info", INFO, true}, |
|
|
|
{"notice", NOTICE, false}, |
|
|
|
{"notice", NOTICE, false}, |
|
|
@ -233,12 +233,12 @@ static const struct config_enum_entry client_message_level_options[] = { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
static const struct config_enum_entry server_message_level_options[] = { |
|
|
|
static const struct config_enum_entry server_message_level_options[] = { |
|
|
|
{"debug", DEBUG2, true}, |
|
|
|
|
|
|
|
{"debug5", DEBUG5, false}, |
|
|
|
{"debug5", DEBUG5, false}, |
|
|
|
{"debug4", DEBUG4, false}, |
|
|
|
{"debug4", DEBUG4, false}, |
|
|
|
{"debug3", DEBUG3, false}, |
|
|
|
{"debug3", DEBUG3, false}, |
|
|
|
{"debug2", DEBUG2, false}, |
|
|
|
{"debug2", DEBUG2, false}, |
|
|
|
{"debug1", DEBUG1, false}, |
|
|
|
{"debug1", DEBUG1, false}, |
|
|
|
|
|
|
|
{"debug", DEBUG2, true}, |
|
|
|
{"info", INFO, false}, |
|
|
|
{"info", INFO, false}, |
|
|
|
{"notice", NOTICE, false}, |
|
|
|
{"notice", NOTICE, false}, |
|
|
|
{"warning", WARNING, false}, |
|
|
|
{"warning", WARNING, false}, |
|
|
|