gitdataai/libs/service/agent
ZhenYi 39d126d843
Some checks are pending
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
refactor(service): replace tracing with slog in agent sync module
All log calls in sync.rs now use slog macros:
- sync_once: uses logger passed as parameter (sourced from AppService.logs)
- sync_upstream_models (HTTP API): uses self.logs
- Remove use of tracing::warn/info/error entirely

The periodic background sync task and the HTTP API handler now
write to the same slog logger as the rest of the application.
2026-04-16 22:52:03 +08:00
..
billing.rs init 2026-04-15 09:08:09 +08:00
code_review.rs init 2026-04-15 09:08:09 +08:00
mod.rs init 2026-04-15 09:08:09 +08:00
model_capability.rs init 2026-04-15 09:08:09 +08:00
model_parameter_profile.rs init 2026-04-15 09:08:09 +08:00
model_pricing.rs init 2026-04-15 09:08:09 +08:00
model_version.rs init 2026-04-15 09:08:09 +08:00
model.rs init 2026-04-15 09:08:09 +08:00
pr_summary.rs init 2026-04-15 09:08:09 +08:00
provider.rs init 2026-04-15 09:08:09 +08:00
sync.rs refactor(service): replace tracing with slog in agent sync module 2026-04-16 22:52:03 +08:00