From 408968425939975ae00c1958737afd21d11bb437 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Wed, 17 Sep 2014 09:53:36 -0700 Subject: [PATCH] msg: hexdump bad messages at debug level 1 (not 30) These are rare, and when they do happen, we want to see them in the logs. Signed-off-by: Sage Weil --- src/common/config_opts.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/config_opts.h b/src/common/config_opts.h index 310d432e1754..369737bc92ca 100644 --- a/src/common/config_opts.h +++ b/src/common/config_opts.h @@ -136,7 +136,7 @@ OPTION(ms_inject_delay_max, OPT_DOUBLE, 1) // seconds OPTION(ms_inject_delay_probability, OPT_DOUBLE, 0) // range [0, 1] OPTION(ms_inject_internal_delays, OPT_DOUBLE, 0) // seconds OPTION(ms_dump_on_send, OPT_BOOL, false) // hexdump msg to log on send -OPTION(ms_dump_corrupt_message_level, OPT_INT, 30) // debug level to hexdump undecodeable messages at +OPTION(ms_dump_corrupt_message_level, OPT_INT, 1) // debug level to hexdump undecodeable messages at OPTION(inject_early_sigterm, OPT_BOOL, false) -- 2.47.3