Skip to content

Commit

Permalink
age: fix verbosity setting
Browse files Browse the repository at this point in the history
  • Loading branch information
romanz committed Dec 26, 2022
1 parent 7cf3c52 commit 0bbb52f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libagent/age/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ def main(device_type):
args = p.parse_args()

log_path = os.environ.get("TREZOR_AGE_PLUGIN_LOG")
util.setup_logging(verbosity=2, filename=log_path)
util.setup_logging(verbosity=args.verbose, filename=log_path)

log.debug("starting age plugin: %s", args)

Expand Down

0 comments on commit 0bbb52f

Please sign in to comment.