Skip to content

Add stacklevel argument to findCaller()#3

Open
domen13 wants to merge 1 commit intoBernhard10:masterfrom
domen13:master
Open

Add stacklevel argument to findCaller()#3
domen13 wants to merge 1 commit intoBernhard10:masterfrom
domen13:master

Conversation

@domen13
Copy link

@domen13 domen13 commented Jan 6, 2022

The following code

import logging
import logging_exceptions

logging.basicConfig()
logger = logging.getLogger('test')
logger.setLevel(logging.INFO)

logger.info('Test')

throws an error in Python 3.8

TypeError: findCaller() takes from 1 to 2 positional arguments but 3 were given

A new argument called stacklevel was added in findCaller() function in Python 3.8.

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.

1 participant