Changeset 280 for etherws/trunk/README.rst
- Timestamp:
- 06/25/15 14:27:54 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
etherws/trunk/README.rst
r279 r280 128 128 Advanced Usage 129 129 ============== 130 131 Proxy 132 ----- 133 You can create WebSocket tunnels via HTTP proxy. Proxy server's address and 134 port number are specified by generic environment variables: e.g. *$http_proxy* 135 136 See https://docs.python.org/library/urllib.html for more information about 137 environment variables for the proxy. 138 139 Logging 140 ------- 141 etherws uses standard logging library. You can customize the logger using the 142 *fileConfig* described in https://docs.python.org/library/logging.config.html 143 144 To run *etherws sw* with the custom logger:: 145 146 # etherws sw --logconf /path/to/logging.ini 147 148 etherws uses a logger stream named "etherws". And internally Tornado uses 149 some logger streams described in http://www.tornadoweb.org/en/stable/log.html 150 151 Note: etherws does not write debug logs even if you simply configure loglevel 152 DEBUG, to avoid performance degradation. To write debug logs, you can 153 specify *--debug* option. 130 154 131 155 Remote Control … … 203 227 ======= 204 228 1.3 229 - logging support 205 230 - http proxy support on client connection 206 231 - fix listport bug on tornado 4.0.x
Note: See TracChangeset
for help on using the changeset viewer.