ramkrishanbhatt / modwsgi

Automatically exported from code.google.com/p/modwsgi
0 stars 0 forks source link

Need to implement logging for when scripts are loaded/reloaded. #7

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently when a script is loaded/reloaded nothing is logged. For debugging
purposes should be able to optionally enable logging of such events.
Directive to enable this could be called WSGIScriptDebugging. Need to
determine whether it should default to On or Off.

Note that any such logging should include details of process ID,
application group and SCRIPT_NAME corresponding to application as well as
path to script file itself.

Original issue reported on code.google.com by Graham.Dumpleton@gmail.com on 11 Mar 2007 at 11:12

GoogleCodeExporter commented 8 years ago
Added logging in revision 74 of source code repository.

Note that logging is permanently on and cannot be turned off. At this point 
cannot
see a reason for it to be able to be turned off. Don't log the value of 
SCRIPT_NAME
as normally that is in the application group value anyway which is being logged 
along
with process ID.

Original comment by Graham.Dumpleton@gmail.com on 24 Mar 2007 at 6:26