Skip to content

How to add levels to enabledLevels? #10

@ruck94301

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?

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions