On 6/8/10 11:19 AM, Patrick Linskey wrote: > Historically, we made the following choices: > > 1. Never emit debug-level messages, since developers often turn on all > debug-level messages when debugging their own code. Since trace is > finer-grained than debug, this gives developers an easy switch to show > all their messages but not get inundated by OpenJPA's. >
Interesting distinction. Maybe we should mention this on the wiki.... > 2. Don't bother localizing trace statements, as they're intended for > consumption by support staff more than by end users. Of course, in the > open-source realm, there is less of a clear distinction here. > > -Patrick >
