Release Date: 2/XX/24
Current Releases (as of 2/XX/24) | ||||||
---|---|---|---|---|---|---|
Cloud UI | Commerce | Identity (Auth0) | Identity (Legacy) | Unity | Arrival | Resort Tools |
3.3.3 |
Commerce 3.3.3 Hotfix Release Notes |
---|
Resolved Issues
The ecommerce application is supposed to only log error messages to the Log table in the database and all other informational logs go to Application Insights. This happens so that the database Log table doesn’t grow too large. A bug was introduced in 3.0, however, where most logs (even informational logs) are sent to the Log table in the database causing it to grow large and in turn hurting performance. Hotfix/3.3.3 corrects this issue so informational logs are once again only sent to Application Insights.
EDIT:
Previously, our application was designed to log only error messages to the Log table in the database, while all other informational logs were directed to Application Insights. However, a bug surfaced in version 3.0, causing most logs—including informational ones—to inundate the Log table, leading to undesired performance impacts due to database bloating.
With Hotfix/3.3.3, we have rectified this issue. Our application now ensures that informational logs are appropriately directed to Application Insights, as intended. This restoration of proper logging behavior ensures optimal performance and prevents unnecessary strain on the database.