Logger Properties
logger.properties
is used to configure logging in TEDI.
Log Settings
You can customize the logging with the following settings:
Setting | Description |
---|---|
tlog.log.dir | directory to write the log files |
tlog.log.base.file.name | log filename prefix |
tlog.log.base.file.ext | log filename extension |
tlog.file.log.enabled | enable or disable file logging |
tlog.stdout.enabled | write the log to stdout |
tlog.rotate.log | enable or disable log rotation |
tlog.rotate.max.file.size | if log rotation is enabled, indicates the max file size in megabytes |
tlog.level | the level at which you want to log (DEBG,INFO,WARN,EROR,FATL) |
tlog.pattern | you can customize the logging pattern by indicating your own |
TEDI always opens a new log at startup.