princeton-nlp / SWE-agent

SWE-agent takes a GitHub issue and tries to automatically fix it, using GPT-4, or your LM of choice. It solves 12.47% of bugs in the SWE-bench evaluation set and takes just 1 minute to run.

Home Page:https://princeton-nlp.github.io/SWE-agent/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set verbosity of all logs with CL flag

klieret opened this issue · comments

The --verbose flag isn't great, let's just set logging.setLevel numbers. Also, since it's not distinguishable from the CLI, let's make verbose affect all logs, rather than just the env.

Should we have a debug level where you can print all commands issued in the env and their output?

  • Should the log level affect the output files?