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
Log detected chia environment variables before applying them to config (#132)
When FillValuesFromEnvironment fails, the error message gives no
indication that environment variables are being read or which one caused
the issue. This is especially confusing when the user is using --set
flags and has a stale or malformed chia-prefixed env var set.
Add logging that lists each detected chia./chia__ env var before
applying them, and update the error message to direct the user to
check the listed variables.
0 commit comments