mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-29 03:08:31 +00:00
make tracing reload handles into a named map
Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
parent
db3c718ddc
commit
0023b09f5b
3 changed files with 40 additions and 25 deletions
|
@ -47,6 +47,8 @@ pub enum Error {
|
|||
Regex(#[from] regex::Error),
|
||||
#[error("Tracing filter error: {0}")]
|
||||
TracingFilter(#[from] tracing_subscriber::filter::ParseError),
|
||||
#[error("Tracing reload error: {0}")]
|
||||
TracingReload(#[from] tracing_subscriber::reload::Error),
|
||||
#[error("Image error: {0}")]
|
||||
Image(#[from] image::error::ImageError),
|
||||
#[error("Request error: {0}")]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue