Skip to content

How to add levels to enabledLevels? #10

Description

@ruck94301

Suppose I'm using the functions...

logger.info('Something happened')
logger.debug('Something happened')

The info message is output, and the debug message is dropped, as expected.

What statement would I make to change the logging level so that logger.debug() was output instead of dropped?

Likewise, suppose

mylogger = logger.Logger.getLogger('foo.bar.baz.MyThing');
mylogger.debug('Something happened')

How to add 'debug' to enabledLevels?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions