[ 
https://issues.apache.org/jira/browse/SAMZA-826?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Aleksandar Bircakovic updated SAMZA-826:
----------------------------------------
    Attachment: SAMZA-826.0.patch

> Fix string format issue with log message in ContainerUtil
> ---------------------------------------------------------
>
>                 Key: SAMZA-826
>                 URL: https://issues.apache.org/jira/browse/SAMZA-826
>             Project: Samza
>          Issue Type: Bug
>            Reporter: Jake Maes
>            Assignee: Aleksandar Bircakovic
>            Priority: Trivial
>              Labels: newbie
>         Attachments: SAMZA-826.0.patch
>
>
> In ContainerUtil.java there is a log line that uses the wrong formatting 
> token. Line:
> log.info("Starting container ID {} using package path %s", samzaContainerId, 
> path);
> Causes the following example log message:
> "Starting container ID 118 using package path %s"
> The '%s' should be replaced with '{}' to conform to slf4j convention so the 
> path string will be printed in the message.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to