All output except detained protocol traces starts with "DEBUG".
Log protocol traces at lower level.
NOTE: protocol trace output can include lines that start with
"DEBUG" so this isn't perfect.
if (msg.startsWith("DEBUG"))
logger.log(Level.FINE, msg);
else
logger.log(Level.FINER, msg);