We currently log with a mix of print() statements, basic file writes to preprocessing_logs.txt, and standard Python warnings. This makes it difficult to filter noise, track issues across different modules, and provide a clean interface for the user. We need a centralized logging solution.
This is a tracking issue for the following sub-issues
We currently log with a mix of
print()statements, basic file writes topreprocessing_logs.txt, and standard Python warnings. This makes it difficult to filter noise, track issues across different modules, and provide a clean interface for the user. We need a centralized logging solution.This is a tracking issue for the following sub-issues