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: string
                    
                    The name property of the instance in the collection.
 - 
                    version: string
                    
                    The version of the WebLogic REST interface.
 
Header Parameters
                - 
                        X-Requested-By: 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- 
            enabled(optional): 
            boolean
            Default Value:
trueSpecifies whether custom Coherence logging is enabled.
 - 
            loggerName(optional): 
            string
            Default Value:
com.oracle.coherenceThe logger name for Coherence logs.
Constraints
- legal null
 
 - 
            messageFormat(optional): 
            string
            Default Value:
{date}/{uptime} {product} {version} <{level}> (thread={thread}, member={member}): {text}The Coherence logs message format.
 
Security
                - 
                        Admin: basic
                        
                        Type:
basicDescription:A user in the Admin security role. - 
                        Deployer: basic
                        
                        Type:
basicDescription:A user in the Deployer security role.