Glenn,
Debug messages should be "guarded with an 'if debug logging' test" to 
minimize the the use of system resources.  Keep the existing messages. 
At some point in the future we will change the default logging from 
DEBUG to INFO.

System.out.println() should be converted to debug message or removed.

Paul Spencer


Glenn Golden wrote:

> I'm looking at JetspeedRunDataService, at the log messages.  There's on in
> each of the three routines.  These end up in the jetspeed log quite a bit.
> 
> I was thinking about removing them.
> 
> But looking at them, they are good "debug" messages, even perhaps good
> "info" messages - to give us a feel from looking at the logs of what's going
> on.  They are also properly guarded with an "if debug logging" test.
> 
> So, I think I'll leave them, and if I don't want them, I turn off debug
> logging.
> 
> I just want to check with the other developers to see if this logic sits
> well with you.
> 
> Thanks.
> 
> - Glenn
> 
> --------------------------------------------
> Glenn R. Golden, Systems Research Programmer 
> University of Michigan School of Information
> [EMAIL PROTECTED]               734-615-1419
> --------------------------------------------
> 
> --
> To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
> 
> 



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to