I add a line at the top of project start file: start-sample.py:
print "executing start-sample.py"

but I found that this line is printed twice when run the start-
sample.py,
executing start-sample.py
executing start-sample.py
2007-05-15 17:54:15,371 cherrypy.msg INFO CONFIG: Server parameters:
2007-05-15 17:54:15,401 cherrypy.msg INFO CONFIG:
server.environment: developm
ent
2007-05-15 17:54:15,401 cherrypy.msg INFO CONFIG:
server.log_to_screen: True
2007-05-15 17:54:15,401 cherrypy.msg INFO CONFIG:   server.log_file:
2007-05-15 17:54:15,401 cherrypy.msg INFO CONFIG:
server.log_tracebacks: True
2007-05-15 17:54:15,401 cherrypy.msg INFO CONFIG:
server.log_request_headers:
True
2007-05-15 17:54:15,401 cherrypy.msg INFO CONFIG:
server.protocol_version: HTT
P/1.0
......
......
......

why? and how to avoid it?:


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to