Coder Social home page Coder Social logo

[feat] support star matching about env_logger HOT 3 OPEN

loynoir avatar loynoir commented on August 12, 2024
[feat] support star matching

from env_logger.

Comments (3)

epage avatar epage commented on August 12, 2024

Note that we do prefix checks, rather than equality checks. So for the two module cases you gave, they should "just work".

Furthermore, the log can be filtered using prefix-search based on the specified log target.

From https://docs.rs/env_logger/latest/env_logger/#enabling-logging

If we were to support something fancier than prefix checks, we'd need to also consider internal consistency. We currently support regex filters on messages so we'd need to consider what target filter syntax we would support.

from env_logger.

loynoir avatar loynoir commented on August 12, 2024

FYI, I should mentioned the use case when I create this feat.

My scenario was testing rust napi extension with nodejs and deno.

Although within nodejs, it works fine.

But witih deno, sometimes deno succcess, sometims deno hangs forever, sometimes seems deno resource released when still in used.

denoland/deno#23253

I use env logger with RUST_LOG=*{{napi_method_name}}=debug, and did not work.

So, would be nice to support suffix name at least .

from env_logger.

hcldan avatar hcldan commented on August 12, 2024

I have a similar situation where I'm using Rocket and some custom request guards.
The guards are generated via macros and thus end up using my module path as the output path (with a ::_ appended). They are way too verbose, logging warnings for things that do not matter.

I would like to do something like my::crate::guards::*::_=off or even my::**::_=off

from env_logger.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.