Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048478Retail ModulesWeb POSpublic2022-01-25 08:422022-01-25 10:16
guillermogil 
guillermogil 
normalminoralways
closedfixed 
5
 
RR22Q2 
No
0048478: Polling generates lots of Terminal Logs
Polling generates lots of Terminal Logs

Info | [PollRequest] Polling for Order is going to start with 1 messages; stackTrace: Object.raiseEvent_PollingActionStarted (
Info | [PollRequest] Retriying Polling Request for model: Order with 1 messages; stackTrace: Object.retry (
Info | [PollRequest] Polling is already running; stackTrace: Object.startPollingAction (
Info | [PollRequest] Polling for Order finished with all messages confirmed.; stackTrace: Object.raiseEvent_PollingActionModelSuccess (
Info | [PollRequest] Polling process is running, wait until Polling execution finish; stackTrace: G.d.callbackPollingFinished (

All those logs should be debug
Use loyalty on WebPOS
Check the Terminal Log
No tags attached.
Issue History
2022-01-25 08:42guillermogilNew Issue
2022-01-25 08:42guillermogilAssigned To => guillermogil
2022-01-25 08:42guillermogilTriggers an Emergency Pack => No
2022-01-25 08:45hgbotNote Added: 0134540
2022-01-25 10:16hgbotResolutionopen => fixed
2022-01-25 10:16hgbotStatusnew => closed
2022-01-25 10:16hgbotNote Added: 0134544
2022-01-25 10:16hgbotFixed in Version => RR22Q2
2022-01-25 10:16hgbotNote Added: 0134545

Notes
(0134540)
hgbot   
2022-01-25 08:45   
Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/322 [^]
(0134544)
hgbot   
2022-01-25 10:16   
Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/322 [^]
(0134545)
hgbot   
2022-01-25 10:16   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 04bf4617b2cb996b859f627032fda405bd72f350
Author: Guillermo Gil <guillermo.gil@openbravo.com>
Date: 25-01-2022 08:44:59
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/04bf4617b2cb996b859f627032fda405bd72f350 [^]

Fixes ISSUE-48478: Polling generates lots of Terminal Logs

OB.info has been changed to OB.debug as it was a too verbose lot that was not prividing useful information for prod environments

---
M web/org.openbravo.mobile.core/source/model/ob-pollingrequesthandler.js
---