You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Interestingly, we originally had show_locals=True but then multiple people noticed that it was possible for this to leak API keys into the logs. We will add an option to manually re-enble this though as I agree it's very good for debugging.
In
inspect_ai/src/inspect_ai/log/_log.py
Lines 430 to 437 in d76c54d
there should be a command line flag to allow changing
inspect_ai/src/inspect_ai/log/_log.py
Line 435 in d76c54d
to
show_locals=True
.This would make debugging significantly easier.
The text was updated successfully, but these errors were encountered: