Skip to content

Commit 936e86f

Browse files
alexrashedclaude
andauthored
Reduce log level for skip_verification_paths from WARNING to DEBUG (#25)
Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 3150300 commit 936e86f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

localstack_snapshot/snapshots/prototype.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ def _assert_all(
239239

240240
self.skip_verification_paths = skip_verification_paths or []
241241
if skip_verification_paths:
242-
SNAPSHOT_LOGGER.warning(
242+
SNAPSHOT_LOGGER.debug(
243243
"Snapshot verification disabled for paths: %s", skip_verification_paths
244244
)
245245

0 commit comments

Comments
 (0)