We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 456f120 commit bc70c63Copy full SHA for bc70c63
2 files changed
README.md
@@ -301,7 +301,7 @@ You can tweak env `LOG_LEVEL` to control the `offckb` log level.
301
For example, set `LOG_LEVEL=debug` gives you more outputs of offckb proxy RPC.
302
303
```sh
304
-LOG_LEVEL offckb node
+LOG_LEVEL=debug offckb node
305
```
306
307
## Built-in scripts
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@offckb/cli",
3
- "version": "0.4.0-rc6",
+ "version": "0.4.0",
4
"description": "ckb development network for your first try",
5
"author": "CKB EcoFund",
6
"license": "MIT",
0 commit comments