Skip to content

Commit

Permalink
revert debug log level
Browse files Browse the repository at this point in the history
  • Loading branch information
toralf committed Oct 11, 2023
1 parent 9960e83 commit b6d5e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple-http-server.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def do_GET(self):

def main():
logging.basicConfig(
format="%(asctime)s %(levelname)s %(message)s", level=logging.DEBUG
format="%(asctime)s %(levelname)s %(message)s", level=logging.INFO
)
logging.debug("Parsing args...")
parser = argparse.ArgumentParser()
Expand Down

0 comments on commit b6d5e7f

Please sign in to comment.