You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Mohit Kataria (Jira)" <ji...@apache.org> on 2019/10/04 12:47:00 UTC

[jira] [Created] (OAK-8675) LogCustomizer should also have assertions over string formats and its arguments

Mohit Kataria created OAK-8675:
----------------------------------

             Summary: LogCustomizer should also have assertions over string formats and its arguments 
                 Key: OAK-8675
                 URL: https://issues.apache.org/jira/browse/OAK-8675
             Project: Jackrabbit Oak
          Issue Type: Improvement
            Reporter: Mohit Kataria


Many a times the log messages are added with message as format e.g. 

LOG.info("Test someInt:_*{}*_ someString:_*{}*_", 7, "randomValue1");

 

LogCustomizer should have assertions over string formats and its arguments.

This can help assert over logs where we are not sure of arguments passed in above format.

 



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