From a8e278314730535225c577a0e73a94dc7fbee082 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Mon, 25 Mar 2013 12:14:18 -0400
Subject: docs: updated docs for logging levels with use of log4cpp.

---
 docs/doxygen/other/logger.dox | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'docs/doxygen/other/logger.dox')

diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox
index 9a97172ed0..22458051db 100644
--- a/docs/doxygen/other/logger.dox
+++ b/docs/doxygen/other/logger.dox
@@ -24,8 +24,8 @@ different levels. These levels are:
 
 The order here determines the level of output. These levels are
 hierarchical in that specifying any level also includes any level
-above it. For example, when using the Debug level, all Debug and
-higher messages are logged and Trace is ignored.
+above it. For example, when using the WARN level, all WARN and
+higher messages are logged while DEBUG and INFO are ignored.
 
 \subsection configfile Logging Configuration
 
-- 
cgit v1.2.3