You can set loggable categories when debugging the Endless Aisle app.
Copy the loggableCategories setting from app/assets/config/main.js to
app/assets/config/user.js and edit user.js to set the loggable categories,
for example: loggableCategories : ['ocapi',
'ocapi-response'],
For details on how to add additional logging to the code, see Logging.
analytics | analytics:googleAnalytics |
application | application:alloy application:appConfiguration application:appIndex application:appResume application:appSettings application:backgroundSync application:index application:PagingControl application:timers application:Validations |
associate | associate:login |
checkout | checkout:billingAddress:index checkout:cart:index checkout:cart:productItem checkout:components:orderTotalSummary checkout:components:paymentSummary checkout:components:promotionSummary checkout:components:qrCode checkout:components:shippingSummary checkout:confirmation:createAccount checkout:confirmation:index checkout:confirmation:printerChooser checkout:index checkout:payments:gcBalanceDetails checkout:payments:index checkout:payments:noPaymentTerminal checkout:payments:paymentSignature checkout:payments:paymentTerminal checkout:shippingAddress:enterShippingAddress checkout:shippingAddress:index checkout:shippingMethod:index |
components | components:appSettingsView components:avsPopover components:ConfirmationDialog components:customerPopover components:dropdown components:errorPopover components:header components:megaMenu components:nextPreviousToolbar components:notifyGrowl components:selectWidget components:startupPopover components:welcomePopover |
customer | customer:components:address customer:components:addresses customer:components:addressTile customer:components:editProfile customer:components:history customer:components:order customer:components:profile customer:index customerSearch:index customerSearch:search |
devices | devices:barcodeScanner devices:printer |
images | images:disImageServiceMethods images:dwImageServiceMethods images:imageUtils |
localCache | |
models | models:customer models:Product |
ocapi | ocapi:ocapi_methods |
orders | orders:orderProductDetails orders:productLineItem |
product | product:components:bundledProduct product:components:detailHeader product:components:images product:components:imageZoom product:components:options product:components:productBundleDetail product:components:productDetail product:components:productSetDetail product:components:productSetDetailHeader product:components:recommendations product:components:setProduct product:components:variationAttributeSwatches product:components:variations product:index |
reports | reports:index |
request | request request-response |
search | search:components:attributesRefinementPanel search:components:categoryGrid search:components:categoryRefinementPanel search:components:categoryTile search:components:colorSwatchRefinement search:components:listItemRefinement search:components:mediumSwatchRefinement search:components:productGrid search:components:productTile search:components:searchHeader search:components:smallSwatchRefinement search:index |
storefront | |
support | support:appConfig support:index |
testing | |
utils | utils:DialogMgr utils:dialogUtils utils:EAUtils utils:qrCodeGenerator |