SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 34893: Turning on additional logging for the SAS Object Spawner

DetailsAboutRate It

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:

  1. 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.

     

  2. 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>
     
  3. 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.

  4. 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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS Integration TechnologiesMicrosoft® Windows® for 64-Bit Itanium-based Systems9.2 TS2M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.2 TS2M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.2 TS2M0
Microsoft Windows XP 64-bit Edition9.2 TS2M0
Microsoft® Windows® for x649.2 TS2M0
Microsoft Windows Server 2003 Datacenter Edition9.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition9.2 TS2M0
Microsoft Windows Server 2003 Standard Edition9.2 TS2M0
Microsoft Windows XP Professional9.2 TS2M0
Windows Vista9.2 TS2M0
64-bit Enabled AIX9.2 TS2M0
64-bit Enabled HP-UX9.2 TS2M0
64-bit Enabled Solaris9.2 TS2M0
HP-UX IPF9.2 TS2M0
Linux9.2 TS2M0
Linux for x649.2 TS2M0
OpenVMS on HP Integrity9.2 TS2M0
Solaris for x649.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.