Skip to content

Commit

Permalink
disable pwntools logging by default
Browse files Browse the repository at this point in the history
  • Loading branch information
zardus committed Dec 21, 2023
1 parent 126e3c7 commit 15dbff0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pwnshop/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ def main():
parser.epilog = f"""Commands usage:\n\t{command_render.format_usage()}\t{command_build.format_usage()}\t{command_verify.format_usage()}"""

args = parser.parse_args()
pwn.context.log_level = "ERROR"

if getattr(args, "import", None):
imports = glob.glob(getattr(args, "import"))
Expand Down

0 comments on commit 15dbff0

Please sign in to comment.