Skip to content

Commit

Permalink
tools: Put some more info in pox-log.py
Browse files Browse the repository at this point in the history
Maybe this should be added to its --help too...
  • Loading branch information
MurphyMc committed Aug 8, 2013
1 parent bb2480c commit a4a5e4a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tools/pox-log.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,15 @@
# See the License for the specific language governing permissions and
# limitations under the License.

"""
Display POX logs remotely
Connects to the POX messenger bus via TCP, and listens to a log channel.
Requires the messenger, messenger.tcp_transport, and messenger.log_service
components to be running.
"""

import json
import sys
import socket
Expand Down

0 comments on commit a4a5e4a

Please sign in to comment.