Modify This Coherence Logging Params
post
/management/weblogic/{version}/edit/coherenceClusterSystemResources/{name}/coherenceClusterResource/coherenceLoggingParams
Modify this coherence logging params.
Request
Supported Media Types
- application/json
Path Parameters
-
name(required): string
The name property of the instance in the collection.
-
version(required): string
The version of the WebLogic REST interface.
Header Parameters
-
X-Requested-By(required): string
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'.
Must contain the modified coherence logging params model.
Root Schema : Coherence Logging Params
Type:
Show Source
object
-
characterLimit:
integer(int32)
Minimum Value:
0
Maximum Value:2147483647
Default Value:1048576
The character limit for Coherence logs.
-
enabled:
boolean
Default Value:
true
Specifies whether custom Coherence logging is enabled.
-
loggerName:
string
Default Value:
com.oracle.coherence
The logger name for Coherence logs.
Constraints
- legal null
-
messageFormat:
string
Default Value:
{date}/{uptime} {product} {version} <{level}> (thread={thread}, member={member}): {text}
The Coherence logs message format.
-
severityLevel:
integer(int32)
Minimum Value:
0
Maximum Value:9
Default Value:5
The logging severity level for Coherence logs.
Security
-
Admin: basic
Type:
basic
Description:A user in the Admin security role.
-
Deployer: basic
Type:
basic
Description:A user in the Deployer security role.