-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Open
Labels
bot triaged[Bot] This issue is triaged by ADK bot[Bot] This issue is triaged by ADK botmodels[Component] Issues related to model support[Component] Issues related to model support
Milestone
Description
Is your feature request related to a problem? Please describe.
Not really a problem, more of a semantics issue. Should the logging level of google_llm.py not be changed to debug for the output of the agent?
Describe the solution you'd like
I'd like the logging.info to be changed to logging.debug in adk/models/google_llm. I'll gladly do this and a pull request can be expected later today.
Describe alternatives you've considered
An alternative is to set the logging level of the module to warning to silence this but that feels like more of a workaround.
logging.getLogger("google_adk.google.adk.models.google_llm").setLevel(logging.WARNING)
Metadata
Metadata
Assignees
Labels
bot triaged[Bot] This issue is triaged by ADK bot[Bot] This issue is triaged by ADK botmodels[Component] Issues related to model support[Component] Issues related to model support