bensteUEM / ChurchToolsAPI

Collection of Python files to use the API for ChurchTools
6 stars 3 forks source link

Decrease Logging Level for pagination #98

Closed bensteUEM closed 1 month ago

bensteUEM commented 1 month ago

at present e.g. upload_new_local_songs_and_generate_ct_id triggers a paginated request for all songs which is logged with INFO

In order to keep a cleaner output in jupyter Notebook log level for pagionation changes could be decreased to "debug"

bensteUEM commented 1 month ago

fixed with decreased log level with updated #100