Add safeShutdownDuration config info to README.md
This commit is contained in:
parent
61672c3f1e
commit
2934c66bf4
1 changed files with 2 additions and 0 deletions
|
@ -228,6 +228,8 @@ docker run --name webssh2 -d -p 2222:2222 -v `pwd`/app/config.json:/usr/src/conf
|
||||||
|
|
||||||
* **accesslog** - _boolean_ - http style access logging to console.log, default: false
|
* **accesslog** - _boolean_ - http style access logging to console.log, default: false
|
||||||
|
|
||||||
|
* **safeShutdownDuration** - _integer_ - maximum delay, in seconds, given to users before the server stops when doing a safe shutdown
|
||||||
|
|
||||||
# Experimental client-side logging
|
# Experimental client-side logging
|
||||||
Clicking `Start logging` on the status bar will log all data to the client. A `Download log` option will appear after starting the logging. You may download at any time to the client. You may stop logging at any time my pressing the `Logging - STOP LOG`. Note that clicking the `Start logging` option again will cause the current log to be overwritten, so be sure to download first.
|
Clicking `Start logging` on the status bar will log all data to the client. A `Download log` option will appear after starting the logging. You may download at any time to the client. You may stop logging at any time my pressing the `Logging - STOP LOG`. Note that clicking the `Start logging` option again will cause the current log to be overwritten, so be sure to download first.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue