Merge pull request #215 from miguelxpn/logfile

Add information about new logging files functionality in README
This commit is contained in:
Samuel 2015-12-05 13:19:44 +01:00
commit 8a13c48428
1 changed files with 4 additions and 1 deletions

View File

@ -115,11 +115,14 @@ These are not necessary for the basic operation.
* Mini-webserver: websockify can detect and respond to normal web * Mini-webserver: websockify can detect and respond to normal web
requests on the same port as the WebSockets proxy and Flash security requests on the same port as the WebSockets proxy and Flash security
policy. This functionality is activate with the `--web DIR` option policy. This functionality is activated with the `--web DIR` option
where DIR is the root of the web directory to serve. where DIR is the root of the web directory to serve.
* Wrap a program: see the "Wrap a Program" section below. * Wrap a program: see the "Wrap a Program" section below.
* Log files: websockify can save all logging information in a file.
This functionality is activated with the `--log-file FILE` option
where FILE is the file where the logs should be saved.
### Implementations of websockify ### Implementations of websockify