princeton-nlp / SWE-bench

[ICLR 2024] SWE-Bench: Can Language Models Resolve Real-world Github Issues?
https://www.swebench.com
MIT License
1.47k stars 241 forks source link

Use LogWrapper in ExecWrapper instead of logger #82

Closed carlosejimenez closed 3 months ago

carlosejimenez commented 3 months ago

Edit the logger object in ExecWrapper of context_manager to use the LogWrapper objects from the context managers instead of the top-level loggers. This makes logging of execution commands and outputs more verbose and informative in the log files.