feat: add centralized logging handler with structured log format #222

Closed
shoko wants to merge 0 commits from fix/issue-118 into main
Owner

Summary

  • Add log() function with info|warn|error|debug levels
  • Log format: timestamp level component message
  • Sensitive values (tokens, passwords, secrets) are masked automatically
  • Fix mask_sensitive_vars to handle empty input gracefully

Implements: shoko/kugetsu#118

## Summary - Add log() function with info|warn|error|debug levels - Log format: timestamp level component message - Sensitive values (tokens, passwords, secrets) are masked automatically - Fix mask_sensitive_vars to handle empty input gracefully Implements: shoko/kugetsu#118
shoko added 1 commit 2026-04-07 14:29:59 +02:00
- Add log() function with info|warn|error|debug levels
- Log format: timestamp level component message
- Sensitive values (tokens, passwords, secrets) are masked automatically
- Fix mask_sensitive_vars to handle empty input gracefully

Implements: shoko/kugetsu#118
han approved these changes 2026-04-07 14:44:04 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko referenced this issue from a commit 2026-04-07 14:47:29 +02:00
shoko closed this pull request 2026-04-07 16:13:35 +02:00

Pull request closed

Sign in to join this conversation.