Decrease level of SQL statement logging to ALL.
This commit is contained in:
parent
8d9f866d7f
commit
bd89c81bf7
|
@ -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]);
|
||||
|
|
Loading…
Reference in New Issue