[DEFAULT] # Show more verbose log output (sets INFO log level output) verbose = True # Show debugging output in logs (sets DEBUG log level output) debug = False # Log to this file. Make sure you do not set the same log # file for both the API and registry servers! log_file = /var/log/glance/scrubber.log # Send logs to syslog (/dev/log) instead of to file specified by `log_file` use_syslog = False # Delayed delete time in seconds scrub_time = 43200 # Should we run our own loop or rely on cron/scheduler to run us daemon = False # Loop time between checking the registry for new items to schedule for delete wakeup_time = 300 [app:glance-scrubber] paste.app_factory = glance.store.scrubber:app_factory