From b2a93bf709bd87cd4c158ff7e22445317db704cc Mon Sep 17 00:00:00 2001 From: Miguel Xavier Penha Neto Date: Fri, 4 Dec 2015 22:41:02 -0200 Subject: [PATCH] Add information about new logging files functionality in README Fix minor typo in mini-webserver section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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