plating 2025-09-01
Logging and error imports migrated to provide.foundation
5 files · 6+ · 5-

Foundation import migration

5 files changed
  • cli.py Logger import changed from pyvider.telemetry to provide.foundation
  • errors.py GarnishError base class changed from Exception to FoundationError
  • dresser.py Updated to use foundation logger
  • plater.py Updated to use foundation logger
  • schema.py Updated to use foundation logger
  • Changed src/garnish/cli.py logger import from pyvider.telemetry to provide.foundation decouple behavioral
    1 file
    • cli.py
  • Changed GarnishError base class in src/garnish/errors.py from Exception to provide.foundation.errors.FoundationError decouple behavioral
    1 file
    • errors.py
  • Updated imports in dresser.py, plater.py, and schema.py to use foundation logger decouple internal
    3 files
    • dresser.py
    • plater.py
    • schema.py