Question 61
Business Manager has the configuration:
* Active Log category is "root"
* Log level of WARN
The code below is executing:
var log = Logger.getLogger("products");
Using this information, which two logs will be written? (Choose two.)
* Active Log category is "root"
* Log level of WARN
The code below is executing:
var log = Logger.getLogger("products");
Using this information, which two logs will be written? (Choose two.)
Question 62
Assume the code below is executing:

Business Manager has the configuration:
* Active Log category is "root" with log level of "info."
Given this information, what is the beginning of the filename in which the log will be written?

Business Manager has the configuration:
* Active Log category is "root" with log level of "info."
Given this information, what is the beginning of the filename in which the log will be written?
Question 63
A Digital Developer has identified that the code segment below is causing performance problems.

What should the Developer do to improve the code?

What should the Developer do to improve the code?
Question 64
A developer has custom debug statements in a script, but the messages are not showing up in the Storefront Toolkit Request Log.
Which step needs to be completed to get the messages to appear in the Request Log?
Which step needs to be completed to get the messages to appear in the Request Log?
Question 65
A Digital Developer needs to add logging to the following code.

Which statement logs the HTTP status code to a debug-level custom log file?

Which statement logs the HTTP status code to a debug-level custom log file?
