Log property | Default value | Description |
---|---|---|
log4j.appender.txtOutput.File | ${java.io.tmpdir}/RPE/rpe.log | The default location of the rpe.log file is the user home directory in the application data. You can edit this value to another directory location. See the Example: Changing the output location below. |
log4j.appender.txtOutput.MaxFileSize | 1000KB | The size at which a new log file is created.
When the size of the rpe.log file is equal or
greater than 1MB, then the file is renamed rpe.log.1, rpe.log.2,
etc and the rpe.log is generated new. rpe.log is
always the newest log file. When the size of the rpe.log file is equal or greater than 10MB, then the file is renamed. |
log4j.appender.txtOutput.Threshold | DEBUG | The minimal degree of severity of the messages
in the log file. You can enter any of the following thresholds, listed
from least to greatest severity:
|
log4j.appender.txtOutput.layout.ConversionPattern | %d{dd-MM-yyyy}T%d{HH:mm:ss:SS} [%t]
%m %n %d{dd-MM-yyyy}T%d{HH:mm:ss:SSS} [%t] %m %n |
|
Operating system | Path to rpe.log |
---|---|
Windows 7 | C:\Users\user\AppData\Local\Temp\RPE\rpe.log |