mirror of
https://github.com/Dispatcharr/Dispatcharr.git
synced 2026-07-18 00:55:50 +00:00
refactor(epg): change logger level from info to debug for building byte-offset index
This commit is contained in:
parent
374c05952b
commit
ec06a52fd4
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue