![]() | ![]() | ![]() | ![]() |
If you encounter problems with SAS Financial Management and you are asked to increase the logging level, complete the following steps:
Note that this example details the steps to increase the logging level for the "finance" component to DEBUG, but a similar process would be followed to modify the logging level for other components or for setting the logging level to something other than DEBUG.
PLEASE BE AWARE THAT THIS PROCESS IS SIGNIFICANTLY DIFFERENT FOR SAS FINANCIAL MANAGEMENT RELEASE 4.x AND RELEASE 5.x. PLEASE BE CAREFUL TO FOLLOW THE DIRECTIONS BELOW FOR THE RELEASE OF SAS FINANCIAL MANAGEMENT THAT YOU ARE USING.
<drive>:\SAS\Config\Lev1\Web\Common\LogConfig
For example, to increase logging for Finance, edit the <SASFinance-log4j.xml> file.
For example, to increase logging to DEBUG for "com.sas.solutions.finance", find the entry in the log4j.xml file that resembles
<logger name="com.sas.solutions.finance" additivity="false">Note: If you do not see an entry similar to this in your <SASFinance-log4j.xml> file, you can add it directly to the file or you can copy and paste from a similar entry and make the necessary changes so it resembles the above.
<level value="warn"/>
<appender-ref ref="SAS_FILE"/>
</logger>
<drive>:/SAS/Config/Lev1/web/Logs/SASSolutionsServices/SASFinancialManagement5.1.log
<drive>:\SAS\SASSolutionsConfig\Lev1\web\Deployments\SASSolutionsServices
<logger name="com.sas.solutions.finance" additivity="false">If you do not see this context in your <logging.xml> file, you can add it directly to the file or you can copy and paste from a similar logger name and make the necessary changes so it resembles the above.
<level value="DEBUG"/>
<appender-ref ref="CONSOLE"/>
<appender-ref ref="FILE"/>
</logger>
<drive>:/SAS/SASSolutionsConfig/Lev1/web/Deployments/ SASSolutionsServices/server.log
PLEASE NOTE THAT THE SAS SOLUTIONS WEB ADMINISTRATION APPLICATION IS ONLY APPLICABLE FOR SAS FINANCIAL MANAGEMENT 4.x RELEASES.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS Financial Management | Microsoft Windows XP Professional | 4.0 | 9.1 TS1M3 | ||
Microsoft Windows Server 2003 Standard Edition | 4.0 | 9.1 TS1M3 | ||||
Microsoft Windows Server 2003 Enterprise Edition | 4.0 | 9.1 TS1M3 | ||||
Microsoft Windows Server 2003 Datacenter Edition | 4.0 | 9.1 TS1M3 | ||||
Microsoft Windows 2000 Server | 4.0 | 9.1 TS1M3 | ||||
Microsoft Windows 2000 Professional | 4.0 | 9.1 TS1M3 | ||||
Microsoft Windows 2000 Datacenter Server | 4.0 | 9.1 TS1M3 | ||||
Microsoft Windows 2000 Advanced Server | 4.0 | 9.1 TS1M3 |
Type: | Usage Note |
Priority: | medium |
Topic: | System Administration ==> Installation |
Date Modified: | 2010-11-30 16:41:43 |
Date Created: | 2007-03-28 09:47:24 |