> I have noticed extensive debug logs in the Critics thread, concretely
> in Uml14ModelInterpreter.java, L 62.
>
> Is it fine to remove it? It makes difficult debugging other things.

Removing this kind of thing is typically fine (leave it in place, but
commented out if you've got a question), but we could also use better
developer instructions regarding how to adjust the log4j configuration
files to turn logging up and down for various parts of the system.

It's not easy to control things to a granularity which is between a
package and class (if you've got one verbose class in a package), but
distinguishing classes from each other is pretty easy to focus on the
part of the system that you are interested in debugging.

Tom

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

Reply via email to