From d36b384fc442c7f574478478cd35fa6cc68ee8d5 Mon Sep 17 00:00:00 2001 From: Aditya Kulkarni Date: Tue, 17 Sep 2019 21:15:56 -0700 Subject: [PATCH] Update logfile location --- Cargo.toml | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3ac730e..59c2549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,4 +60,4 @@ features = ["ff_derive"] tower-grpc-build = { git = "https://github.com/tower-rs/tower-grpc", features = ["tower-hyper"] } [profile.release] -#debug = true \ No newline at end of file +debug = true \ No newline at end of file diff --git a/README.md b/README.md index e3780ef..35dd7bf 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,4 @@ CLI arguments you can pass to `zeclite-cli` * The wallet is currently testnet only * If you want to run your own server, please see [zeclite lightwalletd](https://github.com/adityapk00/lightwalletd), and then run `./zeclite-cli --server 127.0.0.1:9067` * Support for reorgs is iffy. It your wallet gets into an inconsistent state, type `rescan` to reset the wallet. +* The log file is in `~/.zcash/testnet3/zeclite.debug.log` \ No newline at end of file