Skip to content

Commit 0f351bf

Browse files
GWealecopybara-github
authored andcommitted
chore: Change log message
The log message when instantiating DatabaseSessionService is updated from "Falling back to..." to "Using..." for clarity. Close #4890 Co-authored-by: George Weale <gweale@google.com> PiperOrigin-RevId: 888160397
1 parent 4cbc3dc commit 0f351bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/google/adk/cli/utils/service_factory.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ def create_session_service_from_options(
202202
fallback_kwargs = dict(kwargs)
203203
fallback_kwargs.pop("agents_dir", None)
204204
logger.info(
205-
"Falling back to DatabaseSessionService for URI: %s",
205+
"Using DatabaseSessionService for URI: %s",
206206
_redact_uri_for_log(session_service_uri),
207207
)
208208
return DatabaseSessionService(db_url=session_service_uri, **fallback_kwargs)

0 commit comments

Comments
 (0)