plating
2025-09-01
Logging and error imports migrated to provide.foundation
5 files · 6+ · 5-
Foundation import migration
5 files changed
cli.pyLogger import changed from pyvider.telemetry to provide.foundationerrors.pyGarnishError base class changed from Exception to FoundationErrordresser.pyUpdated to use foundation loggerplater.pyUpdated to use foundation loggerschema.pyUpdated to use foundation logger
- Changed
src/garnish/cli.pylogger import frompyvider.telemetrytoprovide.foundationdecouple behavioral1 file
cli.py
- Changed
GarnishErrorbase class insrc/garnish/errors.pyfromExceptiontoprovide.foundation.errors.FoundationErrordecouple behavioral1 file
errors.py
- Updated imports in
dresser.py,plater.py, andschema.pyto use foundation logger decouple internal3 files
dresser.pyplater.pyschema.py