Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0040227 | Openbravo ERP | Y. DBSourceManager | public | 2019-02-18 09:21 | 2019-03-28 14:56 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR19Q2 | |
Merge Request Status | |
Review Assigned To | caristu |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0040227: confusing export.database log |
Description | 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 |
Steps To Reproduce | 1. Set at least one module in development
2. Run: ant export.database
-> Check log
|
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0040160 | | closed | caristu | Avoid delay per exported module in export.database |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2019-02-18 09:21 | alostale | New Issue | |
2019-02-18 09:21 | alostale | Assigned To | => alostale |
2019-02-18 09:21 | alostale | OBNetwork customer | => No |
2019-02-18 09:21 | alostale | Modules | => Core |
2019-02-18 09:21 | alostale | Triggers an Emergency Pack | => No |
2019-02-18 09:21 | alostale | Relationship added | related to 0040160 |
2019-02-18 09:21 | alostale | Review Assigned To | => caristu |
2019-02-18 09:39 | hgbot | Checkin | |
2019-02-18 09:39 | hgbot | Note Added: 0109894 | |
2019-02-18 09:39 | hgbot | Status | new => resolved |
2019-02-18 09:39 | hgbot | Resolution | open => fixed |
2019-02-18 09:39 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f6bb7df76d9b660649030f49a86754add3e16922 [^] |
2019-02-18 09:40 | hgbot | Checkin | |
2019-02-18 09:40 | hgbot | Note Added: 0109895 | |
2019-02-18 09:40 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/f6bb7df76d9b660649030f49a86754add3e16922 [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/4760ce53177f097d7ca7fd21ea798d5e52856a09 [^] |
2019-02-22 11:11 | caristu | Note Added: 0110025 | |
2019-02-22 11:11 | caristu | Status | resolved => closed |
2019-02-22 11:11 | caristu | Fixed in Version | => 3.0PR19Q2 |
2019-03-28 14:56 | hudsonbot | Checkin | |
2019-03-28 14:56 | hudsonbot | Note 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
---
|
|
|
|
|
|
|
|