Decrease level of SQL statement logging to ALL.

This commit is contained in:
trifonnt 2008-08-14 15:41:24 +00:00
parent 8d9f866d7f
commit bd89c81bf7
1 changed files with 1 additions and 1 deletions

View File

@ -315,7 +315,7 @@ public class DB_PostgreSQL implements AdempiereDatabase
if (!oraStatement.equals(retValue[0]) && retValue[0].indexOf("AD_Error") == -1)
//begin vpj-cd 24/06/2005 e-evolution
//System.out.println("PostgreSQL =>" + retValue[0] + "<= <" + oraStatement + ">");
log.log(Level.FINER, "PostgreSQL =>" + retValue[0] + "<= <" + oraStatement + ">");
log.log(Level.ALL, "PostgreSQL =>" + retValue[0] + "<= <" + oraStatement + ">");
//end vpj-cd 24/06/2005 e-evolution
//
Convert.logMigrationScript(oraStatement, retValue[0]);