numalogic icon indicating copy to clipboard operation
numalogic copied to clipboard

feat: colored logging formatter

Open ab93 opened this issue 2 years ago • 2 comments

  • Add colored logging for udfs
  • remove unused dependencies
  • update dockerfile
image

closes #312

ab93 avatar Feb 17 '24 00:02 ab93

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
@@            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.

codecov[bot] avatar Feb 17 '24 00:02 codecov[bot]

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.

s0nicboOm avatar Feb 18 '24 12:02 s0nicboOm