REST API Method: PUT /rest/logger/{identifier}

Creates a Subsystem Logger given a specific ID.

URL:

https://192.168.0.111/rest/logger/{identifier}

HTTP Method

PUT

Requires Authentication:

true

Parameters

Parameter Name Required Service Affecting Data Type Default Value Possible Values Description
LogLevelYesNoEnum0Possible values:
  • 0 - llDefault
  • 1 - llTrace
  • 2 - llDebug
  • 3 - llInfo
  • 4 - llWarn
  • 5 - llError
  • 6 - llFatal
  • 7 - llOff
Specifies the new severity level to use for this sub-system.
LoggerNameYesNostringnone128 - Max Length Controls which sub-system will have the default log level overridden.
LogDestinationNoNoint0 Specifies the destination for which this sub-system should be overridden.

  • No labels