FUNDAMENTALS OF COMPUTER

SYSTEMS DEVELOPMENT ANALYSIS

APPLICATION DEVELOPMENT PROCESSES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Pega writes errors, warnings, & other debugging information to ____
A
Log files
B
Warning records
C
System files
D
Error files
Explanation: 

Detailed explanation-1: -Pega writes errors, warnings, and other debug information to log files. Logs track exceptions and other events that impact your application and provide valuable insight into their cause. Each log is managed by an appender, which determines the type of events written to the log file.

Detailed explanation-2: -Different debugging tools available in Pega are: Tracer, Clipboard, SMA and PLA.

Detailed explanation-3: -You access log files from the Log utilities section of the Logs tab in Dev Studio (Configure > System > Operations > Logs) to open the Log utilities.

Detailed explanation-4: -Viewing or downloading the Pega log Select > System > Tools > Logs > Log Files to view or download the current Alert log from the server to your workstation. > My Alerts to view selected rows of the current Alert log produced by your own requestor session.

Detailed explanation-5: -Use the Log-Message method to append a message to the Pega log when the step is reached. Depending on method parameters and the current logging level, a line is added to the Pega log on the current node. Additions to the Pega log consume system resources. Select the LoggingLevel parameter carefully.

There is 1 question to complete.