You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment when running manage.py sync-ingredients every created or update ingredient is logged to the console. While this is very informative, when synchronizing the whole database this results in 2.5 million log messages...
So:
only output them when the verbose option is set, this option available to all management commands
check if we can just use tqdm to show the progress
The text was updated successfully, but these errors were encountered:
At the moment when running
manage.py sync-ingredients
every created or update ingredient is logged to the console. While this is very informative, when synchronizing the whole database this results in 2.5 million log messages...So:
The text was updated successfully, but these errors were encountered: