status command should display repository

This commit is contained in:
Einar Forselv 2019-12-05 12:57:15 +01:00
parent 164834d3a9
commit fab988a05e
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ def main():
def status(config, containers):
"""Outputs the backup config for the compose setup"""
logger.info("Status for compose project '%s'", containers.project_name)
logger.info("Repository: '%s'", config.repository)
logger.info("Backup currently running?: %s", containers.backup_process_running)
logger.info("%s Detected Config %s", "-" * 25, "-" * 25)