Add logging to container tree building and station item creation

This commit adds conditional logging to the container tree building process and station item creation in the radio france source. The logging includes information about the number of groups, standalone stations, webradios, and local radios being processed. It also logs when using cached items and when starting metadata refresh tasks. The logging is enabled only when the 'logging' feature is activated.
This commit is contained in:
2026-01-23 12:32:18 +01:00
parent 5c5e1d534b
commit 418b0b7cbe
2 changed files with 47 additions and 2 deletions

View File

@@ -58,5 +58,6 @@ radiofrance = [
"api",
"dep:pmoradiofrance",
"pmoradiofrance/server",
"pmoradiofrance/logging",
"dep:pmoconfig"
]