Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0001666Openbravo ERPZ. Otherspublic2007-07-28 00:452008-06-12 09:43
user11 
iperdomo 
normalminoralways
closedfixed 
5
 
2.40alpha-r2 
No
Core
No
0001666: Logs contain many outputs in Spanish
The logs generated by Openbravo contain a large amount of entries in Spanish. They all should be in English since this is an application for the global market.

Also, there are a few entries like ("prueba") at line 195 of file SQLExecutor.java that should be reviewed and removed if they are not needed.

The log should provide useful information for people developing on top of Openbravo or trying to debug problems.

Regards,

Jordi
No tags attached.
Issue History

Notes
(0005255)
user71   
2005-06-01 00:00   
(edited on: 2008-06-12 09:43)
This bug was originally reported in SourceForge bug tracker and then migrated to Mantis.

You can see the original bug report in:
https://sourceforge.net/support/tracker.php?aid=1762463 [^]
(0001636)
user11   
2007-07-28 17:13   
(edited on: 2008-06-12 09:20)
Logged In: YES
user_id=1505407
Originator: YES

Here are some Examples:

    log4jFactLine.debug("FactLine - save - antes de Record_ID2 " + m_Record_ID);
    log4jFactLine.debug("FactLine - save - despues de Record_ID2 = " + Record_ID2);
    log4jFactLine.debug("FactLine - save - despues de line optional info");
    log4jFactLine.debug("FactLine - save - antes de Revenue Recognition for AR Invoices");
    log4jFactLine.debug("FactLine - save - despues de Revenue Recognition for AR Invoices");
    if (log4j.isDebugEnabled()) log4j.debug("****** strSales: " + strSales + " fecha desde: " + strDateFrom + " fecha hasta: " + strDateTo + " detalle: " + strDetail);
    if (log4j.isDebugEnabled()) log4j.debug("****** strSales: " + strSales + " fecha desde: " + strDateFrom + " fecha hasta: " + strDateTo + " detalle: " + strDetail);
    if (log4j.isDebugEnabled()) log4j.debug("****FIN: "/* + ((data!=null && data.length>0)?data[0].html:"")*/);

    if (log4j.isDebugEnabled()) log4j.debug("****** strSales: " + strSales + " fecha desde: " + strDateFrom + " fecha hasta: " + strDateTo + " detalle: " + strDetail);
      if (log4j.isDebugEnabled()) log4j.debug("SQL del Combo: " + SqlData.toString());

        if (log4j.isDebugEnabled()) log4j.debug("\n Ha tragado la query del SQL Combo\n");




(0001637)
psarobe   
2008-05-28 19:46   
(edited on: 2008-06-12 09:20)
Logged In: YES
user_id=1500703
Originator: NO

For QA team is very difficult to reproduce this bug. Looking in our testing environment we couldn't see anything in spanish.