Logging properties

These properties apply to logging.

com.collation.log.filesize=20MB
The default value is 20MB.

The maximum size for the log file. When the file reaches this size limit, a new log file is created. The current log file is saved with the .N file extension. N is the number 1 through the value set in the com.collation.log.filecount property. You set how many log files can be created and kept before the files are rotated with the com.collation.log.filecount property.

You can enter the number of bytes directly, or by specifying the number of kilobytes or megabytes using KB and MB, respectively.

The following examples are valid log file size values:
  • 1000000
  • 512 KB
  • 10 MB
com.collation.log.filecount=5
The default value is 5.

The number of log files that you maintain.

com.collation.log.level.vm.vmName=INFO
The default value is INFO

Sets the log level for each virtual system.

vmName is a Java™ virtual system associated with a TADDM service name. The following list identifies other valid options:
  • Topology
  • DiscoverAdmin
  • EventsCore
  • Proxy
  • Discover
  • EcmdbCore
  • StorageService
  • DiscoveryService
The following list identifies other valid options:
  • FATAL
  • ERROR
  • WARNING
  • INFO
  • DEBUG (Setting the DEBUG option decreases system performance.)
  • TRACE (Setting the TRACE option causes passwords to be logged.)