Logging target activity
Use properties to determine how much information and what type of information is written to the target log.
About this task
Configure the following properties.
- LogLevel
-
The log level determines the types of entries and how much information is added to the log file. Default value is 2.
- LogRotation
-
Controls the period after which an older log file is overwritten. Log rotation can be disabled. Default value is Weekly.
- LogRollover
-
Controls the period after which a new log file is started. This period must be shorter than the LogRotation period, therefore not all combinations are valid. LogRollover cannot be disabled. Default value is Daily.
LogRollover Description Comments Hourly Start a new log file on the hour. Recommended if the log is written to frequently or when you use a log level higher than 2. Daily Start a new log file every day. Default setting.
For more information about the properties, see Properties for configuring logging activity