You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Tsz-wo Sze (Jira)" <ji...@apache.org> on 2022/07/23 19:38:00 UTC

[jira] [Created] (RATIS-1637) Improve the log message

Tsz-wo Sze created RATIS-1637:
---------------------------------

             Summary: Improve the log message 
                 Key: RATIS-1637
                 URL: https://issues.apache.org/jira/browse/RATIS-1637
             Project: Ratis
          Issue Type: Improvement
          Components: conf
            Reporter: Tsz-wo Sze
            Assignee: Tsz-wo Sze


{code}
// before RATIS-1633
2022-07-22 09:24:21 INFO  GrpcConfigKeys:46 - raft.grpc.client.port = -1 (default)
2022-07-22 09:24:21 INFO  GrpcConfigKeys:46 - raft.grpc.server.port = 10024 (custom)
{code}
RATIS-1633 changed the log (from above) to print out the effective value (to below).
{code}
// after RATIS-1633
2022-07-21 17:36:03 INFO  GrpcConfigKeys:46 - raft.grpc.client.port = 10024 (custom)
{code}
We should print also the valued set in conf as below.
{code}
raft.grpc.client.port is set to -1 (default); the effective value is 10024 (=raft.grpc.server.port)
{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)