Hi, i'm doing:
logger.debug("{}", employee);
And the log resutl is:
DEBUG [main] Company_Module - {}DEBUG Level - Personal: name=John, age=36, id=3124362]
Is there any way to remove curly braces before DEBUG word from this log?
I would like to have:
DEBUG [main] Company_Module - DEBUG Level - Personal: name=John, age=36, id=3124362]
Thanks ¡