diff options
author | Lubomir Rintel <lubo.rintel@gooddata.com> | 2013-07-25 17:27:52 +0200 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2013-07-27 20:15:58 -0700 |
commit | 67cd7b9274b076750f768cd0994e58e36199f2b5 (patch) | |
tree | 1b099abd12eedfd0ddd87d461c6a04b6ff1f5247 /glusterfsd/src | |
parent | d16cdf141d449246b0b58870bd3d82efe232e5db (diff) |
glusterfsd: TRACE is a valid log level too
Change-Id: Ia17513817f8f6d7a4a8732fc0cfee21f16a75fac
Signed-off-by: Lubomir Rintel <lubo.rintel@gooddata.com>
Reviewed-on: http://review.gluster.org/5401
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'glusterfsd/src')
-rw-r--r-- | glusterfsd/src/glusterfsd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/glusterfsd/src/glusterfsd.c b/glusterfsd/src/glusterfsd.c index 3bf78d5aa..3424463fe 100644 --- a/glusterfsd/src/glusterfsd.c +++ b/glusterfsd/src/glusterfsd.c @@ -108,7 +108,7 @@ static struct argp_option gf_options[] = { {"log-level", ARGP_LOG_LEVEL_KEY, "LOGLEVEL", 0, "Logging severity. Valid options are DEBUG, INFO, WARNING, ERROR, " - "CRITICAL and NONE [default: INFO]"}, + "CRITICAL, TRACE and NONE [default: INFO]"}, {"log-file", ARGP_LOG_FILE_KEY, "LOGFILE", 0, "File to use for logging [default: " DEFAULT_LOG_FILE_DIRECTORY "/" PACKAGE_NAME ".log" "]"}, |