When you are troubleshooting problems, it is helpful at times to view the log file while a SAS Stored Process is executing so that you can see the logging for the job steps as they run. However, when the SAS® Stored Process Server executes a SAS® Stored Process, the log is not flushed from the buffer to the physical log file until after the SAS Stored Process completes execution. The log is flushed to the physical log file only if you turn on additional logging.
To turn on additional logging, follow these steps:
Note: You can find the logconfig.trace.xml file in a location that is similar to this directory:
In this file, modify the LOGCONFIGLOC option so that the logconfig.trace2.xml file is referenced rather than the logconfig.xml file.
Note: You should turn on this additional logging only when you are troubleshooting problems because the logging greatly increases the SAS Stored Process Server log file. After you finish troubleshooting the problems, change the logging back to the original settings.