Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0040227Openbravo ERPY. DBSourceManagerpublic2019-02-18 09:212019-03-28 14:56
alostale 
alostale 
normalminorhave not tried
closedfixed 
5
 
3.0PR19Q2 
caristu
Core
No
0040227: confusing export.database log
The log generated when exporting database is confusing:
 * When exporting model, info for the full database is logged for each module
 * Internal steps that should be logged as debug are in info
 * On top of module's names, their paths are also logged
 * When exporting data, info for the full database is logged for each module
 * Module's paths are logged again
 * For each table that is exported module name is also included
1. Set at least one module in development
2. Run: ant export.database
  -> Check log
No tags attached.
related to defect 0040160 closed caristu Avoid delay per exported module in export.database 
Issue History
2019-02-18 09:21alostaleNew Issue
2019-02-18 09:21alostaleAssigned To => alostale
2019-02-18 09:21alostaleModules => Core
2019-02-18 09:21alostaleTriggers an Emergency Pack => No
2019-02-18 09:21alostaleRelationship addedrelated to 0040160
2019-02-18 09:21alostaleReview Assigned To => caristu
2019-02-18 09:39hgbotCheckin
2019-02-18 09:39hgbotNote Added: 0109894
2019-02-18 09:39hgbotStatusnew => resolved
2019-02-18 09:39hgbotResolutionopen => fixed
2019-02-18 09:39hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f6bb7df76d9b660649030f49a86754add3e16922 [^]
2019-02-18 09:40hgbotCheckin
2019-02-18 09:40hgbotNote Added: 0109895
2019-02-18 09:40hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/pi/rev/f6bb7df76d9b660649030f49a86754add3e16922 [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/4760ce53177f097d7ca7fd21ea798d5e52856a09 [^]
2019-02-22 11:11caristuNote Added: 0110025
2019-02-22 11:11caristuStatusresolved => closed
2019-02-22 11:11caristuFixed in Version => 3.0PR19Q2
2019-03-28 14:56hudsonbotCheckin
2019-03-28 14:56hudsonbotNote Added: 0110822

Notes
(0109894)
hgbot   
2019-02-18 09:39   
Repository: erp/devel/pi
Changeset: f6bb7df76d9b660649030f49a86754add3e16922
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Feb 18 09:38:41 2019 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/f6bb7df76d9b660649030f49a86754add3e16922 [^]

fixed issue 40227: confusing export.database log

  Improved export.datase log:
    * When exporting model
         * Print in INFO only module name and partial module info
         * Other details are printed in DEBUG
    * When exporting data
         * Print in INFO moudule name
         * Print in INFO each table with data and how many rows are exported
         * Other details are pinted in DEBUG

---
M src-db/database/lib/dbsourcemanager.jar
---
(0109895)
hgbot   
2019-02-18 09:40   
Repository: erp/devel/dbsm-main
Changeset: 4760ce53177f097d7ca7fd21ea798d5e52856a09
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Feb 18 09:25:45 2019 +0100
URL: http://code.openbravo.com/erp/devel/dbsm-main/rev/4760ce53177f097d7ca7fd21ea798d5e52856a09 [^]

fixed issue 40227: confusing export.database log

  Improved export.datase log:
    * When exporting model
         * Print in INFO only module name and partial module info
         * Other details are printed in DEBUG
    * When exporting data
         * Print in INFO moudule name
         * Print in INFO each table with data and how many rows are exported
         * Other details are pinted in DEBUG

---
M src/org/apache/ddlutils/io/DatabaseDataIO.java
M src/org/openbravo/ddlutils/task/ExportDatabase.java
M src/org/openbravo/ddlutils/util/DBSMOBUtil.java
---
(0110025)
caristu   
2019-02-22 11:11   
Reviewed + tested
(0110822)
hudsonbot   
2019-03-28 14:56   
A changeset related to this issue has been promoted main and to the
Central Repository, after passing a series of tests.

Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/b2fbc1588df4 [^]
Maturity status: Test