Skip to content

Commit 03175a1

Browse files
doc: Update default enabled/disabled status for log integrations (#185)
Co-authored-by: Dave Challis <[email protected]>
1 parent 9825944 commit 03175a1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/integrations/env_logger.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Adds support for automatic breadcrumb capturing from logs with `env_logger`.
22
//!
3-
//! **Feature:** `with_env_logger` (*enabled by default*)
3+
//! **Feature:** `with_env_logger` (*disabled by default*)
44
//!
55
//! # Configuration
66
//!

src/integrations/log.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Adds support for automatic breadcrumb capturing from logs.
22
//!
3-
//! **Feature:** `with_log` (*enabled by default*)
3+
//! **Feature:** `with_log` (*disabled by default*)
44
//!
55
//! The `log` crate is supported in two ways. First events can be captured as
66
//! breadcrumbs for later, secondly error events can be logged as events to

0 commit comments

Comments
 (0)