Files
AstralRinth/apps/labrinth/src/util/mod.rs
aecsocket b96c5cd5ab Improve error logging and observability (#4443)
* Replace actix tracing with custom error tracing

* Fix logging

* wip: JSON logging

* Use LABRINTH_FORMAT to change to JSON output

* sqlx fix?

* CI fix

* Add tracing span info to HTTP requests

* Merge Result and Option error wrapping

* Add http.authorized to tracing
2025-10-03 13:02:20 +00:00

20 lines
296 B
Rust

pub mod actix;
pub mod anrok;
pub mod archon;
pub mod avalara1099;
pub mod bitflag;
pub mod captcha;
pub mod cors;
pub mod date;
pub mod env;
pub mod error;
pub mod ext;
pub mod guards;
pub mod img;
pub mod ip;
pub mod ratelimit;
pub mod redis;
pub mod routes;
pub mod validate;
pub mod webhook;