-
Notifications
You must be signed in to change notification settings - Fork 132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add defmt "--log-format" option #781
Comments
At this time we have a fair bit of work ahead of us here, so I'm not sure we will prioritize this right now. However, I think eventually this would be nice functionality to add. We'd be happy to accept a PR from the community, otherwise one of us can revisit this once our current work has been completed. |
#520 is basically the same issue |
They're related but different, if I'm understanding correctly. In the linked issue they are asking for a different logging format, this issue is asking for support for providing an arbitrary format string. |
I would be happy to write a PR. Any things I should consider? I'm a beginning rust programmer (month of experience or so) but am experienced in modern c++ |
I guess this would only apply when using |
With probe-rs you can pass the argument
--log-format
as described in https://defmt.ferrous-systems.com/custom-log-output#passing-log-format-to-printers. Would it be possible to add this to espflash as well so we can edit the log output?The text was updated successfully, but these errors were encountered: