Expand backup and restore capabilities w.r.t. postgresql. #1582

Merged
clan-bot merged 10 commits from synapse into main 2024-06-10 13:24:08 +00:00
Showing only changes of commit f71295e640 - Show all commits

View File

@ -313,7 +313,7 @@ def main() -> None:
if len(sys.argv) == 1:
parser.print_help()
if args.debug:
if getattr(args, "debug", False):
setup_logging(logging.DEBUG, root_log_name=__name__.split(".")[0])
log.debug("Debug log activated")
if flatpak.is_flatpak():