What changed, and why it matters
This commit only updates a documentation file to turn a plain text reference into a clickable hyperlink. No code, logic, or security behavior changed.
Recommended action
No security action needed; this is a documentation-only change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies docs/core/misc/logging.md, changing one line that previously cited sys/syslog.h as plain text into a Markdown hyperlink pointing to the same header file in the repository. It is a pure documentation formatting change with no functional impact.
Changed components
docs/core/misc/logging.mdInspect captured patch +1 / −1
diff --git a/docs/core/misc/logging.md b/docs/core/misc/logging.md
index 39848be9..3af407b6 100644
--- a/docs/core/misc/logging.md
+++ b/docs/core/misc/logging.md
@@ -44,7 +44,7 @@ Example:
log-filter +1*+session
```
-See `syslog_set_filter()` in `sys/syslog.h` for more details about the filter grammar.
+See `syslog_set_filter()` in [`sys/syslog.h`](https://github.com/trezor/trezor-firmware/blob/main/core/embed/sys/dbg/inc/sys/syslog.h) for more details about the filter grammar.
## Logging from C code
Risk score
Our methodology →Why this scored 15/100
Human-validated context
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
No validated notes yet.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.