Salesforce Comm-Dev-101 Question Answer
A developer has a sandbox with code to log a message during execution, and the following code:
varLogger=require( ' dw/system/Logger ' );
Logger.info(message);
After the code executes, the developer does not see any log file with the message in the WebDAV folder.
What could the developer do to correct this issue?
Salesforce Comm-Dev-101 Summary
- Vendor: Salesforce
- Product: Comm-Dev-101
- Update on: Sep 27, 2026
- Questions: 154

