rename log to logger throughout

This commit is contained in:
Lincoln Stein
2023-04-29 09:43:40 -04:00
parent f0e07bff5a
commit 8db20e0d95
36 changed files with 387 additions and 387 deletions

View File

@ -26,7 +26,7 @@ Console messages:
Another way:
import invokeai.backend.util.logging as ialog
ialog.debug('this is a debugging message')
ialogger.debug('this is a debugging message')
"""
import logging