mirror of
https://github.com/EvolutionAPI/adk-python.git
synced 2025-12-20 12:22:19 -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
@@ -19,7 +19,7 @@ from .built_in_code_executor import BuiltInCodeExecutor
|
||||
from .code_executor_context import CodeExecutorContext
|
||||
from .unsafe_local_code_executor import UnsafeLocalCodeExecutor
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
logger = logging.getLogger('google_adk.' + __name__)
|
||||
|
||||
__all__ = [
|
||||
'BaseCodeExecutor',
|
||||
|
||||
Reference in New Issue
Block a user