Closed daboross closed 1 year ago
Patch coverage has no change and project coverage change: -19.87
:warning:
Comparison is base (
fdff7e8
) 58.11% compared to head (e3a4351
) 38.25%.
:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
I think at this point it's pretty clear env_logger is the standard for Rust CLI programs. It's been this way for a while, but better late than never adapt.
The original output style in fern's examples was based on, I believe, loosely based on what Minecraft servers output at the time. Regardless, it's more useful IMO to have a consistent log style than any particular one, and env_logger's style is convenient in this way!
Side note: I'm not 100% sure the origin of this style, either. I've seen in particular some go programs outputting very similar looking log lines, and I wonder if it's more widespread, or has a particular name. I haven't been able to find one.