DataFlux Data Management Studio
The following log files are provided for Data Management Studio:
If enabled, the TKTS log will capture TKTS events for Data Management Studio, such as BASE data sets and data sent across the wire to the DataFlux Federation Server. The TKTS log provides a default set of information that cannot be customized.
The Studio log, the Platform log, and the DAC log are enabled by default. These logs use the SAS 9.2 Logging Facility, a flexible and configurable framework that you can use to collect, categorize, and filter events. Then you can write them to a variety of output devices. The logging facility supports problem diagnosis and resolution, performance and capacity management, and auditing and regulatory compliance.
The logging facility framework categorizes and filters log messages in SAS server and SAS programming environments. It also writes log messages to various output devices. In the server environment, the logging facility logs messages based on predefined message categories such as the following:
Messages for a category can be written to files, consoles, and other system destinations simultaneously. The logging facility also enables messages to be filtered based on the following thresholds, in order from most inclusive to least inclusive: TRACE, DEBUG, INFO, WARN, ERROR, and FATAL. The configuration files for the Studio log, the Platform log, and the DAC log contain a template for logging options. You need only to un-comment certain lines to turn on the corresponding options. For a full description of these options, see the SAS Logging: Configuration and Programming Reference.
The following table specifies the scope, level thresholds, and configuration location for each of these logs:
Name | Scope | Level Thresholds | Configuration Location |
---|---|---|---|
Studio | Data Management Studio events | TRACE, DEBUG, INFO, WARN, ERROR, and FATAL | By default these are enabled. If you want to turn them off, comment out the BASE/LOGCONFIGPATH line in ui.cfg and in batch.cfg and restart Data Management Studio. For configuration, go to drive:\Program Files\DataFlux\DMStudio\studio1\etc\platform.log.xml and drive:\Program Files\DataFlux\DMStudio\studio1\etc\dfwfproc.log.xml |
Platform | Data Management Studio engine events | TRACE, DEBUG, INFO, WARN, ERROR, and FATAL | |
DAC | Data access events | TRACE, DEBUG, INFO, WARN, ERROR, and FATAL | |
TKTS | TKTS events such as BASE data sets and data sent across the wire to Federation Server | Not configurable | drive:\Program Files\DataFlux\DMStudio\studio1\etc\app.cfg |
By default, all Windows XP log files are written to drive:\Documents and Settings\USERNAME\Application Data\DataFlux\DMStudio\[version]\Logs. The default location in Windows 7 is drive:\Users\[username]\AppData\Roaming\DataFlux\DMStudio\[version]\Logs.
Also by default, the Studio, Platform and DAC logging are all logged to the platform log file. This log file has a name prefixed with platform_. The DAC logging can be redirected to its own log file by uncommenting the appender-ref setting in the logger section for DF.DAC and by uncommenting the RollingFileAppender section for DacFile. The latter contains the filename pattern that dictates where and what name the DAC log file takes. The Studio logging can be redirected to its own log file by uncommenting the appender-ref setting in the logger section for DF.DMStudio and by uncommenting the RollingFileAppender section for DMStudioFile. The latter contains the filename pattern that dictates where and what name the Studio log file takes.
The Studio, Platform and DAC logging all use a logging level of INFO by default. This level is set in the root logger section of the platform.log.xml configuration file. The level value can be changed here to change the default for all three logs. In addition, the logging level for the DAC and Studio logs can be set separately in the DF.DAC and DF.DMStudio logger sections respectively by uncommenting (and possibly updating) the level values in each.
The platform.log.xml file controls all of Studio, Platform and DAC logging within the Data Management Studio application except for job runs. When you run a job within Data Management Studio, Data Management Studio creates a separate dfwfproc process for that job run. Therefore, to configure logging for jobs run from Data Management Studio, you should modify the dfwfproc.log.xml.
Documentation Feedback: yourturn@sas.com
|
Doc ID: dfDMStd_Config_logs.html |