Mike Beckerle created DAFFODIL-2213: ---------------------------------------
Summary: Remove excessive OOLAG logging from schema compiler Key: DAFFODIL-2213 URL: https://issues.apache.org/jira/browse/DAFFODIL-2213 Project: Daffodil Issue Type: Improvement Components: Clean Ups, Front End Affects Versions: 2.4.0 Reporter: Mike Beckerle Fix For: 2.5.0 We don't debug the schema compiler using logging, nor do we expect customers to do so. So all the OOLAG-level logging we do is no longer needed (we never turn it on, except some tests in the daffodil-cli module turn it on.) Improvement is to remove all logging statements that are log-level OOLAGDebug/OOLAG, and most logging from the schema compiler. Should be done in an independent commit from any other changes since this will affect many lines of code. -- This message was sent by Atlassian Jira (v8.3.4#803005)