numaproj / numalogic

Collection of operational time series ML models and tools
https://numalogic.numaproj.io/
Apache License 2.0
166 stars 28 forks source link

feat: colored logging formatter #348

Open ab93 opened 8 months ago

ab93 commented 8 months ago
image

closes #312

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (bf27eb5) 92.31% compared to head (0e9ab0d) 92.39%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #348 +/- ## ========================================== + Coverage 92.31% 92.39% +0.07% ========================================== Files 82 82 Lines 3918 3931 +13 Branches 325 325 ========================================== + Hits 3617 3632 +15 + Misses 233 230 -3 - Partials 68 69 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

s0nicboOm commented 8 months ago

ANSI Escape Codes

I think we should add this switch. Apparently windows OS also have problem with colors. I remember that "loguru" added external library called "colorama" to solve for Windows.