Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0036431 | Openbravo ERP | A. Platform | public | 2017-07-06 13:08 | 2017-07-07 12:38 |
|
Reporter | shuehner | |
Assigned To | shuehner | |
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.0PR17Q4 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0036431: Cleanup logging (modules/platform part) using or mentioned printStackTrace or System.*.print* |
Description | As part of getting better logging all uses of i.e. printStackTrace or System.*.print* should be avoided whenever possible.
This issue tracks such bad usage in ERP platform code. |
Steps To Reproduce | cd modules
grep -IrE '(System.(err|out)|printStackTrace)' . | grep -v src-test | less |
Proposed Solution | Convert them to use proper log4j |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0036162 | | acknowledged | Triage Platform Base | clean up openbravo.log | related to | defect | 0036432 | | closed | alostale | api-change: Remove debugging code 'main method' to run CryptoUtility.java from commandline outside of erp |
|
Attached Files | 32143.hgexport (4,071) 2017-07-06 13:19 https://issues.openbravo.com/file_download.php?file_id=10895&type=bug |
|
Issue History |
Date Modified | Username | Field | Change |
2017-07-06 13:08 | shuehner | New Issue | |
2017-07-06 13:08 | shuehner | Assigned To | => shuehner |
2017-07-06 13:08 | shuehner | Modules | => Core |
2017-07-06 13:08 | shuehner | Triggers an Emergency Pack | => No |
2017-07-06 13:08 | shuehner | Relationship added | related to 0036162 |
2017-07-06 13:16 | shuehner | Relationship added | related to 0036432 |
2017-07-06 13:19 | shuehner | File Added: 32143.hgexport | |
2017-07-07 12:33 | hgbot | Checkin | |
2017-07-07 12:33 | hgbot | Note Added: 0097943 | |
2017-07-07 12:33 | hgbot | Status | new => resolved |
2017-07-07 12:33 | hgbot | Resolution | open => fixed |
2017-07-07 12:33 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0a461eef07c36ded143a2203bdbf51a32c54d8b0 [^] |
2017-07-07 12:33 | alostale | Review Assigned To | => alostale |
2017-07-07 12:38 | alostale | Note Added: 0097945 | |
2017-07-07 12:38 | alostale | Status | resolved => closed |
2017-07-07 12:38 | alostale | Fixed in Version | => 3.0PR17Q4 |