Scorer Logging Support - Teradata Vantage

Machine Learning Engine Analytic Function Reference

Product
Teradata Vantage
Release Number
9.02
9.01
2.0
1.3
Published
February 2022
Language
English (United States)
Last Update
2022-02-10
dita:mapPath
rnn1580259159235.ditamap
dita:ditavalPath
ybt1582220416951.ditaval
dita:id
B700-4003
lifecycle
previous
Product Category
Teradata Vantageā„¢

Scorer logs information that is helpful for monitoring progress and for debugging. Optionally, Scorer also logs events in a separate event log file. Every day, a log file is stored with the date appended to the log file name. The log files are configured to log to a file on the local file system where Scorer runs.

Scorer supports the following logging variables as System Properties. An example that sets the system properties is in the run_examples.sh script.

Variable Default Value Description
scoring.log.mode 'INFO' Logging modes, based on org.apache.log4j.Level.
scoring.event.mode 'ERROR' Scoring modes, based on org.apache.log4j.Level.
scoring.log.dir '/tmp/scoring' Directory that contains log files for scoring. The file scoring.log stores the logging information in this directory.
scoring.event.dir '/tmp/scoring' Directory that contains event logging for scoring. The file scoring-event.log stores the event logging information in this directory.