Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: improve LoggingLayer docs and pub use log::Level #2089

Merged
merged 1 commit into from
Apr 23, 2023

Conversation

killme2008
Copy link
Contributor

@killme2008 killme2008 commented Apr 23, 2023

Two small changes:

  • Adds default log level to LoggingLayer docs, close Annoying log when reading a file not exists #1820
  • Pub use log::Level in layers::logging. It can simplify the user's dependencies, they don't have to depend on the log crate directly when configuring LoggingLayer.

core/src/layers/logging.rs Outdated Show resolved Hide resolved
@killme2008 killme2008 force-pushed the feature/improve-logging-layer-docs branch from 28144f0 to c983fea Compare April 23, 2023 13:58
@Xuanwo
Copy link
Member

Xuanwo commented Apr 23, 2023

Great, thanks!

@Xuanwo Xuanwo merged commit 0e887f7 into apache:main Apr 23, 2023
@killme2008 killme2008 deleted the feature/improve-logging-layer-docs branch April 23, 2023 14:03
@Xuanwo Xuanwo mentioned this pull request Apr 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Annoying log when reading a file not exists
2 participants