Modify This Coherence Logging Params

post

/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceLoggingParams

Modify this coherence logging params.

Request

Supported Media Types
Path Parameters
Header Parameters
  • The 'X-Requested-By' header is used to protect against Cross-Site Request Forgery (CSRF) attacks. The value is an arbitrary name such as 'MyClient'.
Body ()

Must contain the modified coherence logging params model.

Root Schema : Coherence Logging Params
Type: object
Show Source
  • Minimum Value: 0
    Maximum Value: 2147483647
    Default Value: 1048576

    The character limit for Coherence logs.

  • Default Value: true

    Specifies whether custom Coherence logging is enabled.

  • Default Value: com.oracle.coherence

    The logger name for Coherence logs.

    Constraints

    • legal null
  • Default Value: {date}/{uptime} {product} {version} <{level}> (thread={thread}, member={member}): {text}

    The Coherence logs message format.

  • Minimum Value: 0
    Maximum Value: 9
    Default Value: 5

    The logging severity level for Coherence logs.

Security
Back to Top

Response

200 Response

Back to Top