Rocket/core
Matthew Pomes 6857b82ec4 Use codegen event target prefix 'rocket::codegen'.
This commit prefixes the target of all trace events emitted by codegen
with `rocket::codegen::{kind}::{module_path!()}`, where `kind` is the
kind of codegen item that was generated (i.e, `route`). This increases
the consistency of trace messages emitted by Rocket so that they all
begin with 'rocket::'.
2024-06-10 19:56:37 -05:00
..
codegen Use codegen event target prefix 'rocket::codegen'. 2024-06-10 19:56:37 -05:00
http Finalize 'tracing' migration. 2024-06-03 15:02:44 -07:00
lib Use codegen event target prefix 'rocket::codegen'. 2024-06-10 19:56:37 -05:00