In Salesforce B2C Commerce, when log levels are configured for specific categories and subcategories, the settings dictate the minimum level of logging that will be captured. If WARN logging is enabled for the 'product' category, it means that WARN and ERROR logs will be recorded for 'product' and all its subcategories because ERROR is a higher severity level than WARN. However, if DEBUG is enabled specifically for the 'product.import' subcategory, this setting will additionally capture DEBUG and INFO logs for 'product.import'. This granular control allows developers to capture more detailed logs where needed while maintaining a higher-level overview for broader categories.
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