Skip to content

Commit

Permalink
set defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
abbbi committed Dec 19, 2024
1 parent 3d157a4 commit 950009b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion qmprestore
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ except AttributeError:
parser.print_help()
sys.exit(1)

log = lib.setup_log(False)
argv.logfile = ""
argv.syslog = False
argv.debug = False
log = lib.setup_log(argv)

log.info("Version: %s Arguments: %s", version.VERSION, " ".join(sys.argv))

Expand Down

0 comments on commit 950009b

Please sign in to comment.