425a8ec86c
Feature/per file logging * Add custom per-file logging handler * Add close method in PerFileHandler to properly close file handlers * Add return type annotation to setup_per_file_logging function * Set up per-file logging in main and process_file functions * Add per-file logging configuration options and update setup logic * Refactor logging setup in testing notebook to use per-file logging and improve organization * Clean up whitespace and improve organization in testing notebook * Merge remote-tracking branch 'origin/main' into feature/per-file-logging * Enhance per-file logging setup by adding debug level configuration and informative print statement * Change logging from info to debug level in table processing functions for improved verbosity control * isort Approved-by: Katon Minhas