[ https://issues.apache.org/jira/browse/BAHIR-265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
João Boto updated BAHIR-265: ---------------------------- Component/s: Flink Streaming Connectors > Fix Java format print mismatch > ------------------------------ > > Key: BAHIR-265 > URL: https://issues.apache.org/jira/browse/BAHIR-265 > Project: Bahir > Issue Type: Bug > Components: Flink Streaming Connectors > Reporter: Yik San Chan > Assignee: João Boto > Priority: Minor > Fix For: Flink-Next > > > Fix format-print mismatch, for example: > ```java > LOG.info("command value {} ttl {}", key, value, ttl); > ``` > should really be > ```java > LOG.info("command key {} value {} ttl {}", key, value, ttl); > ``` -- This message was sent by Atlassian Jira (v8.3.4#803005)