Roundup Tracker - Issues

Message1104

Author richard
Recipients
Date 2004-02-15.21:28:53
Message-id
In-reply-to
Logged In: YES 
user_id=6405

Hurm. I guess I really need to fix the logging stuff sooner 
rather than later. 
 
It looks like the logging to stderr is breaking because of the 
environment that the server ends up running in. Not sure why 
it doesn't break on *every* request though. 
 
Try adding a method to the RoundupService class in the 
roundup-server script: 
 
     def log_message(*args): 
           pass 
 
and I'm pretty sure the problem will go away. If it works for 
you, I'll include the fix in the next bugfix release of 0.6. 
History
Date User Action Args
2009-02-03 14:20:35adminlinkissue896917 messages
2009-02-03 14:20:35admincreate