Currently the script to create descriptive keys uses a threshold value to determine if a value has too many words to create permutations. If this threshold is exceeded, it is not tried to make descriptive keys of all permutations of the words, but the value as-is is taken.
When this happens a message is printed. However, this interrupts the tqdm progress bar and causes a lot of console output that also slows down the script execution.
Instead we can log the values and show a counter in the progress bar.