Logger Properties

logger.properties is used to configure logging in TEDI.


Log Settings

You can customize the logging with the following settings:

SettingDescription
tlog.log.dirdirectory to write the log files
tlog.log.base.file.namelog filename prefix
tlog.log.base.file.extlog filename extension
tlog.file.log.enabledenable or disable file logging
tlog.stdout.enabledwrite the log to stdout
tlog.rotate.logenable or disable log rotation
tlog.rotate.max.file.sizeif log rotation is enabled, indicates the max file size in megabytes
tlog.levelthe level at which you want to log (DEBG,INFO,WARN,EROR,FATL)
tlog.patternyou can customize the logging pattern by indicating your own

TEDI always opens a new log at startup.