plcm-logging.xsd Documentation

Imported Namespaces

Target Namespace

Elements

plcm-logging  PlcmLogging

Complex Types

PlcmLogging Fields

NameTypeDescriptionAttributes
atomLinkList List of linkSee Definition of link
logging-levelLoggingLevel The Logging level: production, debug, verbose_debug
advanced-diagnosticsxs:boolean !! DEPRECATED, value may be ignored !!! Check to include advanced diagnostics in log downloads
rolling-frequencyRollingFrequency Log file rolling frequency: hourly, halfday, daily, weekly
retention-periodRetentionPeriod Log file retention period in days Mandatory
entity-tagEntityTag The unique value generated from the server object instance. This value is the same value that MUST be applied to the HTTP Entity Tag (ETag) header for a single instance of this object. Client modification of this field is not allowed for this instance.
remote-log-enabledxs:boolean Enables you to forward selected log entries to a central log management server
remote-serverRemoteServer The address of the destination server. It must be running some version of syslog.
syslog-facilitySyslogFacility The facility value.
logs-to-forwardList of xs:string The log or logs to forward.
remote-server-portxs:int The port to use to connect to the destination syslog server.
remote-server-transportRemoteServerTransport The transport protocol to use when connecting to the destination syslog server.


Simple Types


NameTypeRestrictions
RemoteServerTransportxs:string
Value must be one of:
  • UDP
  • TCP
  • TLS
SyslogFacilityxs:string
Value must be one of:
  • LOG_DAEMON
  • LOG_LOCAL0
  • LOG_LOCAL1
  • LOG_LOCAL2
  • LOG_LOCAL3
  • LOG_LOCAL4
  • LOG_LOCAL5
  • LOG_LOCAL6
  • LOG_LOCAL7
  • LOG_USER
  • UNKNOWN
RemoteServerxs:string
Length of value must be >=0
Length of value must be <=256
EntityTagxs:string
Length of value must be >=1
Length of value must be <=64
RetentionPeriodxs:int
RollingFrequencyxs:string
Value must be one of:
  • hourly
  • halfday
  • daily
  • weekly
LoggingLevelxs:string
Value must be one of:
  • production
  • debug
  • verbose_debug