mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-19 03:42:22 -06:00
chore: logger = logging.getLogger(__name__) --> logger = logging.getLogger('google_adk.' + __name__)
PiperOrigin-RevId: 760019467
This commit is contained in:
committed by
Copybara-Service
parent
0d7d7918b6
commit
729001fc0b
@@ -26,7 +26,7 @@ from pytest import Metafunc
|
||||
|
||||
from .utils import TestRunner
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger('google_adk.' + __name__)
|
||||
|
||||
|
||||
def load_env_for_tests():
|
||||
|
||||
Reference in New Issue
Block a user