diff --git a/crates/cli/src/main.rs b/crates/cli/src/main.rs index 3dbfa0e737..1e48a16c07 100644 --- a/crates/cli/src/main.rs +++ b/crates/cli/src/main.rs @@ -257,6 +257,7 @@ fn main() -> Result<()> { if args.foreground { app.run_foreground(url)?; } else { + eprintln!("Logs are written to {:?}", paths::log_file()); app.launch(url)?; sender.join().unwrap()?; pipe_handle.join().unwrap()?;