Git Product home page Git Product logo

Comments (6)

untitaker avatar untitaker commented on June 26, 2024

click_log will configure the logger for the initial module (where click_log.basic_config is called), but not other modules.

basic_config takes a logger and configures it. If you call it with __name__ it will only configure the logger for the CLI module. Call it with "todoman".

from click-log.

WhyNotHugo avatar WhyNotHugo commented on June 26, 2024

That still won't activate logging for third party libraries though (which is in many cases desirable).

from click-log.

untitaker avatar untitaker commented on June 26, 2024

from click-log.

simonvanderveldt avatar simonvanderveldt commented on June 26, 2024

Then pass the root logger instead

I had to do this for both click_log.basic_config("") as well as @click_log.simple_verbosity_option("").
I'm not sure this makes sense?

With the previous version none of this was necessary btw, which was the behaviour I was expecting. I'd prefer it to work the way it did, i.e. the logger is configured for all loggers.
If it's going to stay the way it is right now this should probably be documented, I'd expect more people to start asking this question.

from click-log.

untitaker avatar untitaker commented on June 26, 2024

from click-log.

simonvanderveldt avatar simonvanderveldt commented on June 26, 2024

The behavior didn't change in that regard. You still pass a logger to
basic_config / init, the default is the root logger.

This is not the case for simple_verbosity_option since it doesn't come with a default assigned to logger, see

def simple_verbosity_option(logger, *names, **kwargs):

Sure, which part of the docs are you referring to?

Something like adding a title/header with contents for:

  • "Controlling the verbosity of your click-log using module". (Don't use this exact wording, it sucks :P)
  • "Controlling the verbosity of all modules used"

from click-log.

Related Issues (17)

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.