We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9825944 commit 03175a1Copy full SHA for 03175a1
src/integrations/env_logger.rs
@@ -1,6 +1,6 @@
1
//! Adds support for automatic breadcrumb capturing from logs with `env_logger`.
2
//!
3
-//! **Feature:** `with_env_logger` (*enabled by default*)
+//! **Feature:** `with_env_logger` (*disabled by default*)
4
5
//! # Configuration
6
src/integrations/log.rs
//! Adds support for automatic breadcrumb capturing from logs.
-//! **Feature:** `with_log` (*enabled by default*)
+//! **Feature:** `with_log` (*disabled by default*)
//! The `log` crate is supported in two ways. First events can be captured as
//! breadcrumbs for later, secondly error events can be logged as events to
0 commit comments