Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 483 Bytes

troubleshooting-proxy.md

File metadata and controls

28 lines (20 loc) · 483 Bytes
title menu_order search_type
Troubleshooting
60
Documentation

The command

weave status

reports on the current status of various Weave Net components, including the proxy, if it is running:

...
        Service: proxy
        Address: tcp://127.0.0.1:12375
...

Information on the operation of the proxy can be obtained from the weaveproxy container logs using:

docker logs weaveproxy

See Also