nextcaptcha-python icon indicating copy to clipboard operation
nextcaptcha-python copied to clipboard

Configuring logging root logger

Open yonaszmerla opened this issue 1 year ago • 0 comments

The code configures the root logger by running logging.basicConfig. This should not happen since it configures the root logger for anyone that imports this library. The library should only emit logs using logging and rely on the user/importer to configure the root logger as he likes.

Therefore the use of logging.basicConfig should be removed.

yonaszmerla avatar Oct 28 '24 11:10 yonaszmerla