The commandline.properties File - Teradata Data Mover

Teradata Data Mover Installation, Configuration, and Upgrade Guide for Customers

Product
Teradata Data Mover
Release Number
16.00
Published
December 2016
Language
English (United States)
Last Update
2018-03-29
dita:mapPath
fsa1467305282096.ditamap
dita:ditavalPath
ft:empty
dita:id
B035-4102
Product Category
Analytical Ecosystem
Property Description Default Value
cluster.enabled= setting for cluster When set to True, establishes a connection to a secondary Java Message Service (JMS) broker in case the primary JMS broker fails. False
broker.port=<port> The port number of the machine where the Java Message Service (JMS) Message Broker is listening. 61616
broker.url=<url> The hostname or IP address of the machine running the Java Message Service (JMS) Message Broker. localhost
log4j.appender.logfile=org.apache.log4j.RollingFileAppender Informs the logging application to use a specific appender.

It is recommended that this property value not be changed.

 
log4j.appender.logfile.file=<file path name> Relative or absolute path of the logfile. If changing log file location, specify the absolute path of the file. For Windows, specify back slash instead of forward slash, for example, C:\Program File\Teradata\Log\dmCommandLine.log. dmCommandLine.log
log4j.appender.logfile.layout=org.apache.log4j.PatternLayout
Do not edit. This is an internal setting for logging infrastructure.
 
log4j.appender.logfile.maxBackupIndex=<number of backup files> The number of backup logging files that are created. After the maximum number of files has been created, the oldest file is erased.

Example

If Max Backups = 3, three backup logs are created:
  • dmCommandLine.log.1
  • dmCommandLine.log.2
  • dmCommandLine.log.3
If the current dmCommandLine.log size exceeds 10MB, it rolls to become the new dmCommandLine.log.1 and a new dmCommandLine.log is created. The previous dmCommandLine.log.2 becomes the new dmCommandLine.log.3. The previous dmCommandLine.log.3 is deleted.
3
log4j.appender.logfile.maxFileSize=<maximum size of log files> The maximum size of the logging file before being rolled over to backup files. 10MB
log4j.appender.logfile.layout.ConversionPattern=<log file pattern layout> The pattern of the log file layout, where:
  • d = date
  • t = thread
  • p = log level
  • c = class name
  • m = message
  • n = platform dependent line separator
Information for creating a layout is at: http://logging.apache.org/log4j/1.2/apidocs/org/apache/log4j/PatternLayout.html
%d [%t] %-5p %c{3} - %m%n
log4j.rootLogger=<level of logging> Six levels of logging, TRACE < DEBUG < INFO < WARN < ERROR < FATAL. From trace level to application error.

Value is:

<LOG_LEVEL>, logfile

Do not remove the term logfile.
INFO,logfile