When configuring logging in Salesforce B2C Commerce, the Logger.getLogger("xyz", "export") method specifies "xyz" as the category and "export" as the log type. Given the Business Manager settings where the active log category is "root" and the log level is "info", any log information categorized under "xyz" with at least "info" level will be captured under logs named after the category, in this case, "xyz". The filename typically starts with the category name followed by additional identifiers or timestamps, depending on system configuration.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit