Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 4.1, EE-3.3.0.GA_P04
-
Component/s: Push Library
-
Labels:None
-
Environment:n/a
Description
The push blocking connection logging is overly verbose. Because the send and receive confirmation logging statements are being logged at info level, it's hard to filter these out from more important logging. We should lower this logging statements to debug level.
eg. in http://dev.bridgeit.io/push/code.icepush:
info(logger, 'send confirmation: ' + ids);
and
info(logger, 'received confirmation: ' + confirmedIDs);
eg. in http://dev.bridgeit.io/push/code.icepush:
info(logger, 'send confirmation: ' + ids);
and
info(logger, 'received confirmation: ' + confirmedIDs);
Sending core/src/main/javascript/pushid.expiry.js
Transmitting file data .
Committed revision 45004.