Skip to content

Commit

Permalink
fix: log at debug
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 22, 2024
1 parent e4b9022 commit 6cb23e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion preprocessing/dummy/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import requests

logging.basicConfig(level=logging.INFO)
logging.basicConfig(level=logging.DEBUG)

parser = argparse.ArgumentParser()
parser.add_argument("--backend-host", type=str, default="http://127.0.0.1:8079",
Expand Down

0 comments on commit 6cb23e5

Please sign in to comment.