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