mirror of
https://github.com/go-i2p/go-i2p-testnet.git
synced 2025-06-15 13:24:25 -04:00
1.1 KiB
1.1 KiB
Notes
This is in active development and not in working order yet. It is highly unstable and will fluctuate in changes.
TO DO
- Lifecycle startup + shutdown
- Volume for each router
- Shared Volume
- Port forwarding
- Readline interface
- Reseed via file
- Reseed via node (i2pd)
- Reseed via node (i2p java)
- go-i2p node (basic startup)
- i2pd node (basic startup)
- i2p java router node (basic startup)
- Force netdb synchronization
- Config
- go-i2p node
- i2pd node
- i2p java router node
- Metrics
- TCP connection with daemon to relay router information
Verbosity
Logging can be enabled and configured using the DEBUG_TESTNET environment variable. By default, logging is disabled.
There are three available log levels:
- Debug
export DEBUG_TESTNET=debug
- Warn
export DEBUG_TESTNET=warn
- Error
export DEBUG_TESTNET=error
If DEBUG_TESTNET is set to an unrecognized variable, it will fall back to "debug". Note, that this only accounts for verbosity in the testnet program itself, and not the nodes.