Refine logger, custom processors, and simplify test suite
14 files · 464+ · 746-

Logger refinement

5 files changed
  • base.py Simplified logger base
  • custom_processors.py Refactored custom processors
  • emoji_matrix.py Refined emoji matrix
  • config.py Refined configuration
  • core.py Simplified core module
  • Iteratively refined logger base, custom processors, and configuration through many small commits decouple behavioral
    2 files
    • base.py
    • custom_processors.py

Test simplification

3 files changed
  • conftest.py Simplified test configuration
  • cut_up_chuck.py Reduced test helper
  • test_logging.py Simplified logging tests
  • Simplified test infrastructure with reduced conftest and streamlined logging tests qualify internal
    1 file
    • test_logging.py