Openbravo Issue Tracking System - Retail Modules
View Issue Details
0047829Retail ModulesWeb POSpublic2021-10-08 07:592021-10-13 07:15
guillermogil 
Retail 
normaltrivialalways
closedfixed 
5
 
RR22Q1 
No
0047829: Everytime a cashup is done an unneeded log is written
Everytime a cashup is done an unneeded log is written:
INFO org.openbravo.retail.posterminal.OrderGroupingProcessor - Cash up XXX
INFO org.openbravo.retail.posterminal.OrderGroupingProcessor - Cash up YYY

It was added to review timings although it should not be needed anymore.
It is better to have it on debug and in case it is needed you can show the debug ones for OrderGroupingProcessor class.
Do a cashup
Check the logs
Modify https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/blob/master/src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java#L301 [^]

From info to debug
No tags attached.
Issue History
2021-10-08 07:59guillermogilNew Issue
2021-10-08 07:59guillermogilAssigned To => Retail
2021-10-08 07:59guillermogilTriggers an Emergency Pack => No
2021-10-08 08:20hgbotNote Added: 0132263
2021-10-13 07:15hgbotResolutionopen => fixed
2021-10-13 07:15hgbotStatusnew => closed
2021-10-13 07:15hgbotNote Added: 0132308
2021-10-13 07:15hgbotFixed in Version => RR22Q1
2021-10-13 07:15hgbotNote Added: 0132309

Notes
(0132263)
hgbot   
2021-10-08 08:20   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/589 [^]
(0132308)
hgbot   
2021-10-13 07:15   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/merge_requests/589 [^]
(0132309)
hgbot   
2021-10-13 07:15   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal [^]
Changeset: c43f4466576e53789124e065e294d23cc3e0704d
Author: Guillermo Gil <guillermo.gil@openbravo.com>
Date: 2021-10-13T05:15:00+00:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.retail.posterminal/-/commit/c43f4466576e53789124e065e294d23cc3e0704d [^]

Fixed ISSUE-47829: Everytime a cashup is done an unneeded log is written

Changed log from info to debug.
In case it is wanted to be written it can be configured from BO

---
M src/org/openbravo/retail/posterminal/OrderGroupingProcessor.java
---