Transformer SDK For C  7.1.9.29929-d422075
Configuration: Discovery

discovery-provide-service

Type: String Array
Default: None

Services provided by this DataSource


discovery-enable

Type: Boolean
Default: FALSE

Discovery enable


discovery-addr

Type: Function
Default: None

Address of Discovery service


discovery-logging-config-file

Type: String
Default: %r/etc/discovery-log.conf

The discovery-logging-config-file specifies the location of a file whose contents specify

  • The location of a log file for the logs emitted by the Hazelcast library
  • The format of those logs

The formats are described fully here.

An example configuration file that produces logs in a format consistent with Caplin event logs is shown below:

* ALL: 
    FORMAT                      =  %date %time : (%thread): %level: %log  
    FILENAME                    =  var/cluster-cloud.log
    ENABLED                     =  true
    TO_FILE                     =  true
    TO_STANDARD_OUTPUT          =  false
    MILLISECONDS_WIDTH          =  6
    PERFORMANCE_TRACKING        =  false
    ROLL_OUT_SIZE               =  2097152 

* DEBUG:
   ENABLED                      = false


Generated on Mon Jul 20 2020 19:17:22 for Transformer SDK For C