mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-24 08:30:37 +00:00
utils::logging: implement tracing_chrome & tracing_flame support
This commit is contained in:
@@ -200,7 +200,7 @@ async fn main() -> anyhow::Result<()> {
|
||||
// 1. init logging
|
||||
// 2. tracing panic hook
|
||||
// 3. sentry
|
||||
logging::init(
|
||||
let _guard = logging::init(
|
||||
LogFormat::from_config(&args.log_format)?,
|
||||
logging::TracingErrorLayerEnablement::Disabled,
|
||||
logging::Output::Stdout,
|
||||
|
||||
Reference in New Issue
Block a user