Log Level

Log Level

The log levels define the severity of a message that is output to the logging destinations configured for DataSpider Servista.
The log files and log level can be specified are described as follows:

Log file name Where the log levels are specified Remarks
XML Log Designer, Trigger, ScriptRunner, ScriptRunnerProxy, CLI Console  
Server Log dslog.properties  
Studio Log dslog.properties  

Log Levels

log levels and their severities

  Log Level Description Remarks

High








Low
NOTICE Outputs informative messages that notifies of something has been successfully started or severe errors or unexpected conditions that are critical.
Log target levels are 'FATAL', 'ERROR', and 'NOTICE'
 
INFO Outputs informative messages that are relevant to the results of processes.In principle, only one message will be output per process.Shows informative runtime events occurred during the operations performed by each component placed in a script.
Log target levels are 'FATAL', 'ERROR', 'NOTICE', 'WARN', and 'INFO'
  • Recommended Log Level during operation.
FINFO The messages shown are more detailed than INFO Log Level's. Outputs more detailed information relevant to the results of operation performed by each component placed in a script.
Log target levels are 'FATAL', 'ERROR', 'NOTICE', 'WARN', 'INFO', 'FWARN', and 'FINFO'
  • Recommended Log Level during development.
FINEST Outputs detailed status of the operation. Usually the messages shown are more detailed than FINFO Log Level'
Log target levels are 'FATAL', 'ERROR', 'NOTICE', 'WARN', 'INFO', 'FWARN', 'FINFO' , and 'FINEST'
 
DEBUG Provides messages useful for debugging.
Log target levels are 'FATAL', 'ERROR', 'NOTICE', 'WARN', 'INFO', 'FWARN', 'FINFO','FINEST', and 'DEBUG'