bensteUEM / ChurchToolsAPI

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

Decrease Logging Level for pagination #98

Closed bensteUEM closed 2 months ago

bensteUEM commented 2 months 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 2 months ago

fixed with decreased log level with updated #100