# Filters and substitutes for SED # Multiple patterns for DELETE: comma separated # delete=pattern1,pattern2,...,patternn # No commas can be allowed in the patterns. # # Multiple patterns for SUBSTITUTE: comma separated pair # substitute=pattern1;substitute1,pattern2;substitute2,...,patternn;substitut en # No commas or semicolons can be allowed in the patterns/subsitutes. ------------------------------------------------------------------------------- -- substitute=Source database is:.*$;Source database is: ,Connection URL is:.*$;Connection URL is: ,Failed to load jar file.*$;Failed to load jar file ,java.io.FileNotFoundException: .*$;java.io.FileNotFoundException: ,CALL SQLJ.INSTALL_JAR.*$;CALL SQLJ.INSTALL_JAR(),java.sql.SQLException: Driver not found: wombat;java.sql.SQLException: No suitable driver,DEBUG: Driver not found: wombat;DEBUG: No suitable driver,SQL Exception: Driver not found: wombat;java.sql.SQLException: No suitable driver