class AsdnsSmLog

ManagedElement
+-IpworksFunction
+-IpworksDnsRoot
+-AsdnsServer
+-AsdnsSm
+-AsdnsSmLog

The class AsdnsSmLog controls ASDNS Server Manager's log generation.
Its parameters configure the log's directory, file size, files number, log level and timely rotation

Attributes
string
key
mandatory
noNotification
restricted
asdnsSmLogId
The identifier for the ASDNS Server Manager Log.
string
restricted
directory = /cluster/storage/no-backup/ipworks/logs
The directory where the log files are retained.
Note: This parameter cannot be changed currently.
uint32
fileSize = 10 { 1..20 }
This is the maximum allowable size for log files, specified in MB. When a file grows larger than the maximum file size, it will be closed and a new file will be generated.
uint16
filesNumber = 10 { 1..20 }
The maximum number of log files that can be kept. Excess files will be deleted.
IpworksLogLevel
level = LOG_LEVEL_DISABLE
The type of messages to write to the DNSSM logs. When it is set to LOG_LEVEL_DISABLE, no log is generated.
IpworksLogTimelyRotate
timelyRotate = DISABLE
The frequency of creating a new log depends on the configured time interval.

  class AsdnsSmLog