mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-21 12:52:18 -06:00
chore: logger = logging.getLogger(__name__) --> logger = logging.getLogger('google_adk.' + __name__)
PiperOrigin-RevId: 759894901
This commit is contained in:
committed by
Copybara-Service
parent
482099c925
commit
0d7d7918b6
@@ -14,7 +14,7 @@
|
||||
|
||||
import logging
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger('google_adk.' + __name__)
|
||||
|
||||
__all__ = []
|
||||
|
||||
|
||||
Reference in New Issue
Block a user