roll: pigweed pw_system: DEBUG log stmts not in crash snapshot

Update snapshot log decoder logger to not filter out DEBUG level
log statements.

Fixes: b/375029257
Original-Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/243975
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Original-Revision: 741b773cfcd117c93742633362cb350df3d13215

Rolled-Repo: https://pigweed.googlesource.com/pigweed/pigweed
Rolled-Commits: c7d816e00ec97e..741b773cfcd117
Roll-Count: 1
Roller-URL: https://cr-buildbucket.appspot.com/build/8733339910118972081
GitWatcher: ignore
CQ-Do-Not-Cancel-Tryjobs: true
Change-Id: Iacfd90611c5b586600a22a733f2b725d7df17f82
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/quickstart/bazel/+/243803
Bot-Commit: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Pigweed Roller <pigweed-roller@pigweed-service-accounts.iam.gserviceaccount.com>
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
diff --git a/MODULE.bazel b/MODULE.bazel
index a26cb51..312a832 100644
--- a/MODULE.bazel
+++ b/MODULE.bazel
@@ -48,8 +48,8 @@
     module_name = "pigweed",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-22.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733343170364332961.
-    commit = "c7d816e00ec97e3be749887d6d645144c93f8bc6",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733339910118972081.
+    commit = "741b773cfcd117c93742633362cb350df3d13215",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
 )
 
@@ -57,8 +57,8 @@
     module_name = "pw_toolchain",
     # ROLL: Warning: this entry is automatically updated.
     # ROLL: Last updated 2024-10-22.
-    # ROLL: By https://cr-buildbucket.appspot.com/build/8733343170364332961.
-    commit = "c7d816e00ec97e3be749887d6d645144c93f8bc6",
+    # ROLL: By https://cr-buildbucket.appspot.com/build/8733339910118972081.
+    commit = "741b773cfcd117c93742633362cb350df3d13215",
     remote = "https://pigweed.googlesource.com/pigweed/pigweed",
     strip_prefix = "pw_toolchain_bazel",
 )