
python-loggingserver - issue #1
change logging server from localhost to arbitrary ip
What steps will reproduce the problem? 1. install python-loggingserver 2. start server and test harness 3. go to ip address of server from workstation on port 9021
What is the expected output? What do you see instead? The log results in FF, get 404, No Such Resource.
What version of the product are you using? On what operating system? Twisted 10 installed from src on aix 5.3 for the server. Client is win7, ff3.
Please provide any additional information below. I see that loggingtest.py has a key for logging_server, I do not see how to change the address of the server itself from localhost to 192.168.1.18.
Comment #1
Posted on Nov 8, 2010 by Grumpy CamelI have made a change on my github fork of this project to allow you to pass in the address on which to listen to the constructor of the web server, but I have not otherwise brought that capability outside that class (or tested it, but it should work).
https://github.com/ssteinerx/python-loggingserver
A quick test would be to just change the default IP address (search for 127.0.0.1 in the source for the place to change it) and see if it does what you want.
Let me know.
S
Status: New
Labels:
Type-Defect
Priority-Medium