Add information about new logging files functionality in README

Fix minor typo in mini-webserver section
This commit is contained in:
Miguel Xavier Penha Neto
2015-12-04 22:41:02 -02:00
parent dc979f042c
commit b2a93bf709
+4 -1
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