Skip to content

Logging level of Google LLM #1858

@sindrigunnars

Description

@sindrigunnars

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 botmodels[Component] Issues related to model support

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions