We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b4fa0f commit e92db94Copy full SHA for e92db94
src/edge_proxy/environments.py
@@ -162,7 +162,7 @@ async def _fetch_document(
162
)
163
except ValueError:
164
logger.warning(
165
- f"failed to parse updated_at ISO date timestamp, environment={key_pair.client_side_key} updated_at={updated_at}"
+ f"failed to parse updated_at, environment={key_pair.client_side_key} updated_at={updated_at}"
166
167
else:
168
0 commit comments