Skip to content

Commit

Permalink
Merge pull request #215 from miguelxpn/logfile
Browse files Browse the repository at this point in the history
Add information about new logging files functionality in README
  • Loading branch information
samhed committed Dec 5, 2015
2 parents 9bc002d + b2a93bf commit 8a13c48
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8a13c48

Please sign in to comment.