debug is a wonderful tool and saved me a lot of time for debugging. And In my projects, I used to configure my owner logger for recording some running information. And now I use both debug() and logger.debug().
However, when they are used together, the terminal looks like this:

But another tool I'm using called Hydra can also format some information into its configured logger, and the result looks like this:

So I assume if debug can offer similar option, it will be amazing.
Can your team kindly consider to support this feature?
Appreciated your maintenance. Thanks!