Usage Note 34893: Turning on additional logging for the SAS Object Spawner
The SAS Object Spawner by default produces a log file with limited information. Additional logging can be turned on for debugging purposes.
Follow these steps to turn on additional logging:
- Make a backup copy of the logconfig.xml file that is used by the Object Spawner to specify logging options. This file should be at a location similar to .../Lev1/ObjectSpawner/logconfig.xml.
Copy this file, creating a new file called logconfig_orig.xml.
- Modify the logconfig.xml file. For the App logger, change the value from Info to Trace.
More specifically, find the following logger:
<!-- Application message logger -->
<logger name="App">
<level value="Info">
</logger>
Change it to this:
<!-- Application message logger -->
<logger name="App">
<level value="Trace">
</logger>
- If the above modification produces more logging than you need, then specify a value of Debug rather than Trace. This will produce more information than a value of Info but less than a value of Trace.
- Restart the Object Spawner to activate the new logging.
See the SAS® 9.4 Logging: Configuration and Programming Reference, Second Edition for details about the SAS Logging Facility.
Operating System and Release Information
SAS System | SAS Integration Technologies | Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Datacenter 64-bit Edition | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Enterprise 64-bit Edition | 9.2 TS2M0 | |
Microsoft Windows XP 64-bit Edition | 9.2 TS2M0 | |
Microsoft® Windows® for x64 | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Datacenter Edition | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Enterprise Edition | 9.2 TS2M0 | |
Microsoft Windows Server 2003 Standard Edition | 9.2 TS2M0 | |
Microsoft Windows XP Professional | 9.2 TS2M0 | |
Windows Vista | 9.2 TS2M0 | |
64-bit Enabled AIX | 9.2 TS2M0 | |
64-bit Enabled HP-UX | 9.2 TS2M0 | |
64-bit Enabled Solaris | 9.2 TS2M0 | |
HP-UX IPF | 9.2 TS2M0 | |
Linux | 9.2 TS2M0 | |
Linux for x64 | 9.2 TS2M0 | |
OpenVMS on HP Integrity | 9.2 TS2M0 | |
Solaris for x64 | 9.2 TS2M0 | |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
The SAS Object Spawner by default produces a log file with a brief amount of information. Additional logging can be turned on for debugging purposes.
Date Modified: | 2021-04-07 16:38:42 |
Date Created: | 2009-02-20 17:19:54 |