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
When ClientOptions::log_level is None, the SDK no longer passes
--log-level to the spawned CLI process at all. The CLI's built-in
default takes over.
Previously the SDK silently overrode the CLI default with Info, which
made it impossible to opt back into the CLI default.
- Extract a log_level_args() helper alongside auth_args / remote_args.
- Update field rustdoc and remove 'Default.' annotation from LogLevel::Info.
- Add two unit tests: log_level_args_omitted_when_unset and
log_level_args_emit_flag_when_set.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
0 commit comments