Skip to content
This repository was archived by the owner on Feb 26, 2026. It is now read-only.

Commit 791a9ba

Browse files
committed
docstring change
1 parent f54e1a6 commit 791a9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/cloud/logging_v2/logger.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ def log_struct(self, info, *, client=None, **kw):
208208
209209
The dictionary entry must be able to be serializable to a Protobuf Struct
210210
(see https://protobuf.dev/reference/protobuf/google.protobuf/#value for more
211-
details), otherwise it will not be logged.
211+
details), otherwise it will not be logged, and a :class:`ValueError` will be raised.
212212
213213
Args:
214214
info (dict[str|float|int|bool|list|dict|None]):

0 commit comments

Comments
 (0)