From 0f1227b7c7ccd2d55b7dfd8488b3fcc9a6f555bc Mon Sep 17 00:00:00 2001 From: Henrik Friedrichsen Date: Tue, 2 Mar 2021 17:16:03 +0100 Subject: [PATCH] Mention stderr file logging --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e7430e..ec2364a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ You can find it under `target/debian`. * Install the latest ncspot release using `cargo install ncspot` * or build it yourself using `cargo build --release` * both approaches require a working [Rust installation](https://www.rust-lang.org/tools/install) -* For debugging, pass a debug log filename, e.g. `ncspot -d debug.log` +* For debugging, you can pass a debug log filename and log stderr to a file, e.g. `ncspot -d debug.log 2> stderr.log` ## Audio backends