mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-25 09:00:37 +00:00
utils::logging: implement tracing_chrome & tracing_flame support
This commit is contained in:
committed by
Debian
parent
be94c3acd9
commit
6910eaea78
@@ -175,7 +175,7 @@ fn main() -> anyhow::Result<()> {
|
||||
async fn async_main() -> anyhow::Result<()> {
|
||||
let launch_ts = Box::leak(Box::new(LaunchTimestamp::generate()));
|
||||
|
||||
logging::init(
|
||||
let _guard = logging::init(
|
||||
LogFormat::Plain,
|
||||
logging::TracingErrorLayerEnablement::Disabled,
|
||||
logging::Output::Stdout,
|
||||
|
||||
Reference in New Issue
Block a user