Anki/rslib/src/media
Damien Elmes 0570cfdf48 Migrate from slog to tracing
The Rust community appear to have converged on tracing - it's used by
the Rust compiler, and receives close to 10x the number of downloads
that slog does. Its API is more ergonomic, and it does a much nicer
job with async rust.

To make this change, we no longer pass around explicit loggers, and rely
on a globally-registered one. The log file location has been changed
from one in each profile folder to a single one in the base folder. This
will remain empty for most users, since only errors are logged by default,
but may be useful for debugging future changes.
2022-12-24 10:44:40 +10:00
..
changetracker.rs Migrate from slog to tracing 2022-12-24 10:44:40 +10:00
check.rs Migrate from slog to tracing 2022-12-24 10:44:40 +10:00
database.rs Revert "Always scan for media changes" 2022-12-15 20:40:20 +10:00
files.rs Migrate from slog to tracing 2022-12-24 10:44:40 +10:00
mod.rs Migrate from slog to tracing 2022-12-24 10:44:40 +10:00
schema.sql fix some comments in wrong position after format 2021-01-09 14:26:51 +10:00
sync.rs Migrate from slog to tracing 2022-12-24 10:44:40 +10:00