mirror of
https://github.com/flibusta-apps/telegram_files_server.git
synced 2025-12-06 04:25:38 +01:00
Fix
This commit is contained in:
@@ -29,7 +29,7 @@ async fn main() {
|
|||||||
|
|
||||||
tracing_subscriber::registry()
|
tracing_subscriber::registry()
|
||||||
.with(tracing_subscriber::fmt::layer().with_target(false))
|
.with(tracing_subscriber::fmt::layer().with_target(false))
|
||||||
.with(filter::LevelFilter::WARN)
|
.with(filter::LevelFilter::INFO)
|
||||||
.with(sentry_layer)
|
.with(sentry_layer)
|
||||||
.init();
|
.init();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user