From 76a6a0374b719e8488e85e2c60b383d396bb7737 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Tue, 12 May 2015 23:07:09 -0700 Subject: [PATCH] Fix env logger docs Logging is disabled by default. Closes #39 --- env/src/lib.rs | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/env/src/lib.rs b/env/src/lib.rs index 76860d2..cf55d86 100644 --- a/env/src/lib.rs +++ b/env/src/lib.rs @@ -73,10 +73,9 @@ //! ## Enabling logging //! //! Log levels are controlled on a per-module basis, and by default all logging -//! is disabled except for `error!`. Logging is controlled via the `RUST_LOG` -//! environment variable. The value of this environment variable is a -//! comma-separated list of logging directives. A logging directive is of the -//! form: +//! is disabled. Logging is controlled via the `RUST_LOG` environment variable. +//! The value of this environment variable is a comma-separated list of logging +//! directives. A logging directive is of the form: //! //! ```text //! path::to::module=log_level