In the process of adding logging to the indexer, I choose the logging levels to keep the exact same behavior as with verbosity. But now, some messages are labeled as WARNING while they are not.
All of them should be reconsidered to decide :
what is a real warning
what is information
what is debug
what we want to display as default
how we map this to django's verbosity (0, 1, 2, 3 ; 1 being the default).
In the process of adding logging to the indexer, I choose the logging levels to keep the exact same behavior as with verbosity. But now, some messages are labeled as
WARNING
while they are not.All of them should be reconsidered to decide :