Skip to content

Commit 3fbda79

Browse files
committed
[rust] switch to env-logger everywhere
Signed-off-by: Gerd Zellweger <mail@gerdzellweger.com>
1 parent afa94c4 commit 3fbda79

43 files changed

Lines changed: 245 additions & 215 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Here are some guidelines when contributing code that affects this database's sch
241241

242242
## Logging
243243

244-
By default, the pipeline-manager and pipelines create an `env_logger` which logs
244+
By default, the pipeline-manager and pipelines install a `tracing` subscriber which logs
245245
the Feldera crates at INFO level and all other crates at WARN level.
246246
This can be overridden by setting the `RUST_LOG` environment variable.
247247
For example, the following would be the same as the default with additionally

0 commit comments

Comments
 (0)