Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upAny way to log what's happening after webtorrent.add(id) ?? #1057
Comments
This comment has been minimized.
This comment has been minimized.
|
WebTorrent uses the debug module for logs. If you put localStorage.debug = '*' you will see all the logs happening. 'webtorrent:*' will filter the webtorrent specific ones. Although webtorrent uses other internal modules (like bittorrent-protocol, ...), consider just '*' if you want to go deeper in your debug. |
This comment has been minimized.
This comment has been minimized.
|
@bertofer i see the logs output from console. thank u . |
This comment has been minimized.
This comment has been minimized.
|
Thanks for helping out @bertofer :) |
This comment has been minimized.
This comment has been minimized.
|
This thread has been automatically locked because it has not had recent activity. To discuss futher, please open a new issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i'm beginner to use webtorrent. not lucky to use it. :(
i got nothing from these code. how to check the log during webtorrent runing ?