Replace logging.info with logger.info

Merged
#16 · Created  · Last updated

Merged pull request

Merged in logging42 (pull request #16)

0719b25·Author: ·Closed by: ·2023-04-12

Description

grep -Rl logging.info ./* | xargs sed -i 's/logging.info/logger.info/g'

Then grab default logger at the top of each module.

 

0 attachments

0 comments

Loading commits...