Track tasks and feature requests
Join 40 million developers who use GitHub issues to help identify, assign, and keep track of the features and bug fixes your projects need.
Sign up for free See pricing for teams and enterprisesAny 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 ?