1.2 KiB
1.2 KiB
name, description
| name | description |
|---|---|
| gfiber-logging | Decide and review GFiber service log levels while keeping production INFO output bounded and traceable. Use when adding, changing, or auditing service logs. |
gfiber-logging
Inputs
Changed paths or service root, the request or flow under review, and the project logging configuration.
Workflow
- Read
references/levels.mdto classify each event; usereferences/cases.mdfor known service patterns. - Check new lines for correlation, minimized fields, and bounded volume.
- Use
references/audit.mdfor a static audit; measure representative traffic separately when a path is high-volume. - Report each finding with evidence and distinguish measured results from risk estimates.
Rules
- Use the approved contextual logger when the project supports one.
- Never log secrets, PII, or full request/response bodies; cap identifier lists.
- Treat INFO caps and DEBUG deployment settings as project configuration facts. Report missing evidence rather than assuming them.
- This skill is read-only. Do not edit code or production configuration.
Output
State the scope, each finding (location, level, reason, volume risk, action), audit command/results, and any unmeasured risk.