You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For debugging blockchain control flows the [debug](https://github.com/visionmedia/debug) library is used and can be activated on the CL with `DEBUG=[Logger Selection] node [Your Script to Run].js`.
52
+
53
+
The following initial logger is currently available:
54
+
55
+
| Logger | Description |
56
+
| - | - |
57
+
|`blockchain:clique`| Clique operations like updating the vote and/or signer list |
58
+
59
+
The following is an example for a logger run:
60
+
61
+
Run with the clique logger:
62
+
63
+
```shell
64
+
DEBUG=blockchain:clique ts-node test.ts
65
+
```
66
+
49
67
# EthereumJS
50
68
51
69
See our organizational [documentation](https://ethereumjs.readthedocs.io) for an introduction to `EthereumJS` as well as information on current standards and best practices.
0 commit comments