refactor(epg): change logger level from info to debug for building byte-offset index

This commit is contained in:
SergeantPanda 2026-06-01 18:58:00 -05:00
parent 374c05952b
commit ec06a52fd4

View file

@ -2446,7 +2446,7 @@ def build_programme_index(source_id):
)
return
logger.info(
logger.debug(
f'[build_programme_index] Building byte-offset index for source {source_id} from {file_path}'
)
start = time.monotonic()