summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiguel Xavier Penha Neto <miguelxpn2@gmail.com>2015-12-04 22:41:02 -0200
committerMiguel Xavier Penha Neto <miguelxpn2@gmail.com>2015-12-04 22:41:02 -0200
commitb2a93bf709bd87cd4c158ff7e22445317db704cc (patch)
tree42036a1ecea6438487a04ac018203823a2888d8d /README.md
parentdc979f042c6466ca12e72083e689333b33e19a59 (diff)
downloadwebsockify-b2a93bf709bd87cd4c158ff7e22445317db704cc.tar.gz
Add information about new logging files functionality in README
Fix minor typo in mini-webserver section
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3376404..5399032 100644
--- a/README.md
+++ b/README.md
@@ -115,11 +115,14 @@ These are not necessary for the basic operation.
* Mini-webserver: websockify can detect and respond to normal web
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.
* 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