I find myself using certain services quite a lot (ie partyNameFromDate when iterating through a large data set) and would like it not to clutter up the log with all of its service start/service end log entries. At the same time, I need to be able to see when other services start/end.
I've thought of a number of ways to handle this. What are your thoughts (community)? 1. attribute for service tag defining the service start/end level 2. attribute for element calling it (in simple method <call-service/> or in screens <service/>) 3. attribute for either the service or the service call that raises or lowers (+1, -1) the level of debugging for the entire service. 4. learn to continue living with the noisy log Thanks!
