github.com/pingcap/tiflow@v0.0.0-20240520035814-5bf52d54e205/deployments/engine/docker-compose/config/template_executor.toml (about)

     1  # executor config
     2  name = "executor-test"              # Corresponding command line:  --name
     3  addr = "127.0.0.1:10340"            # Corresponding command line:  --addr
     4  advertise-addr = "127.0.0.1:10340"  # Corresponding command line:  --advertise-addr
     5  join = ["127.0.0.1:10240"]          # Corresponding command line:  --join
     6  
     7  keepalive-ttl = "20s"
     8  keepalive-interval = "500ms"
     9  
    10  [log] 
    11  level = "info"              # Corresponding command line:  --log-level
    12  file = "/log/executor.log"  # Corresponding command line:  --log-file