-
Notifications
You must be signed in to change notification settings - Fork 12
Debug Mode
Jasper Nalbach edited this page Jul 12, 2017
·
1 revision
As of las2peer 0.7, las2peer provides a debugging mode for development purposes:
- the node will listen to localhost only (thus no internet connection is needed to launch the node)
- a free port will be picked automatically
- the node storage will be in-memory only
Parameters such as storage-mode
, port
and node-id-seed
will have no effect.
Please note that the sandbox
(see sandbox) option is orthogonal and is not affected by debug
.