Reduce verbosity of commands
This commit is contained in:
parent
fccf5ff600
commit
16177f853d
|
@ -27,4 +27,4 @@ class Command(BaseCommand):
|
||||||
sync.save()
|
sync.save()
|
||||||
logger.debug(f"Sync for {sync.name} done! {added} events added, {existing} updated, and {deleted} purged.")
|
logger.debug(f"Sync for {sync.name} done! {added} events added, {existing} updated, and {deleted} purged.")
|
||||||
|
|
||||||
self.stdout.write("iCal sync complete!")
|
logger.debug("iCal sync complete!")
|
||||||
|
|
Loading…
Reference in a new issue