You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladislav Pyatkov (Jira)" <ji...@apache.org> on 2021/06/16 08:21:00 UTC

[jira] [Updated] (IGNITE-14890) Unify a log string with placeholders for various log-library implementation

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

Vladislav Pyatkov updated IGNITE-14890:
---------------------------------------
    Description: 
After the fix, we would use Ignite own specific logger pattern format.
This format is based by widely know SLF4J:
1. We would pass several parameters after a pattern.
2. The last one parameter might be exception.
3. `{}` is used as a formatting anchor.

> Unify a log string with placeholders for various log-library implementation
> ---------------------------------------------------------------------------
>
>                 Key: IGNITE-14890
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14890
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vladislav Pyatkov
>            Assignee: Vladislav Pyatkov
>            Priority: Major
>              Labels: ignite-3
>
> After the fix, we would use Ignite own specific logger pattern format.
> This format is based by widely know SLF4J:
> 1. We would pass several parameters after a pattern.
> 2. The last one parameter might be exception.
> 3. `{}` is used as a formatting anchor.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)