<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi, i'm doing:<div><br></div><div>logger.debug("{}", employee);</div><div><br></div><div>And the log resutl is:</div><div><br></div><div> DEBUG [main] Company_Module - {}DEBUG Level - Personal: name=John, age=36, id=3124362]</div><div><br></div><div>Is there any way to remove curly braces before DEBUG word from this log?</div><div><br></div><div>I would like to have:</div><div><br></div><div> DEBUG [main] Company_Module -<font color="#d24726"> </font>DEBUG Level - Personal: name=John, age=36, id=3124362]</div><div><br></div><div><br></div><div>Thanks ¡</div><div><br></div><div><br></div>                                      </div></body>
</html>