diff options
| -rw-r--r-- | xlators/debug/io-stats/src/io-stats.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/debug/io-stats/src/io-stats.c b/xlators/debug/io-stats/src/io-stats.c index 5d5151cf59a..63bb8fa907f 100644 --- a/xlators/debug/io-stats/src/io-stats.c +++ b/xlators/debug/io-stats/src/io-stats.c @@ -2860,7 +2860,7 @@ struct volume_options options[] = {            .type = GF_OPTION_TYPE_STR,            .default_value = "CRITICAL",            .description = "Gluster's syslog log-level", -          .value = { "WARNING", "ERROR", "CRITICAL"} +          .value = { "WARNING", "ERROR", "INFO", "CRITICAL"}          },          { .key = {"brick-log-level"},            .type = GF_OPTION_TYPE_STR,  | 
