Skip to content

refactor: migrate from log to tracing for structured logging#19

Merged
duna-feline merged 1 commit into
devfrom
refactor/structured-logging
Feb 16, 2026
Merged

refactor: migrate from log to tracing for structured logging#19
duna-feline merged 1 commit into
devfrom
refactor/structured-logging

Conversation

@duna-feline

Copy link
Copy Markdown
Collaborator

Replaced log + simple_logger with tracing + tracing-subscriber for better structured output.

Migrate from the `log` facade + `simple_logger` backend to `tracing` +
`tracing-subscriber` for structured logging. This replaces all log macro
calls (error!, warn!, info!, debug!) with their tracing equivalents,
updates subscriber initialization in binary entry points, and removes
the now-unused LoggerError variant.
@duna-feline
duna-feline merged commit f4e5c76 into dev Feb 16, 2026
1 check passed
@duna-feline
duna-feline deleted the refactor/structured-logging branch February 16, 2026 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant