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
This writes the logs to the dir at cwd unconditionally. This is useful for development, but can trip new users if the cwd is not writable for some reasons.
Let's add an RA_INTERNAL_MODE env var to control logging behavior. By default we log only to stderr, but with this var set we revert to the current behavior.