-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is filter = "info,ckb-script=debug"
enabled in offckb by default?
#207
Comments
If you just want to see the script debug log, i would recommand to use the offckb node start the |
unfortunately because I want to see the log when my transaction is reverted. It never got accepted as a transaction so |
failed transaction should be recorded too in the offckb proxy rpc server, is there any problem you encounter? |
oh really? sorry for jumping to conclusions. |
Hi everyone!
I'm running offckb node and using ckb-cli to interact with it.
When i debug script, i notice my debug code isn't in the offckb log (on terminal).
To be sure i'd like to have a confirmation whether or not this use is valid, Or is
filter = "info,ckb-script=debug"
enabled by default in offckb?Or is there a way to set it up like when starting a node with
./ckb
?Thank you everyone!
The text was updated successfully, but these errors were encountered: