Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
upgrade-env-logger.patch | [PATCH] Port to env_logger 0.11 env_logger 0.11 removed the API around which this library is written and offloaded its functionality to the anstyle crate, which is re-exported as env_logger::fmt::style. anstyle's API is very different than v0.10's: anstyle just provides ANSI escape codes which must then be used in format strings. Opening escape codes are printed with "{}" and closing escape codes are printed with "{:#}". `fn colored_level` must be re-written from scratch (and nicely enough can be marked as const). Testing suggests the patch does not change the visual appearance of the logs. |
NoisyCoil <noisycoil@tutanota.com> | no | 2024-10-27 |