* implement --loglevel option

This commit is contained in:
hagen 2015-12-28 00:00:00 +00:00
parent 2dae5bccb2
commit a0e8fe5848
4 changed files with 24 additions and 5 deletions

View file

@ -6,6 +6,7 @@ i2pd cmdline options
* --httpaddress= - The address to listen on (HTTP server)
* --httpport= - The port to listen on (HTTP server)
* --log= - Enable or disable logging to file. 1 for yes, 0 for no.
* --loglevel= - Log messages above this level (debug, *info, warn, error)
* --daemon= - Enable or disable daemon mode. 1 for yes, 0 for no.
* --service= - 1 if uses system folders (/var/run/i2pd.pid, /var/log/i2pd.log, /var/lib/i2pd).
* --v6= - 1 if supports communication through ipv6, off by default