# Need help? Send us your logs from the ZLI

## `zli v. 6.11.16`

### New

* **Send `zli`, daemon, and target logs from the `zli`.** If you have encountered an issue and need BastionZero's help debugging, use `zli send-logs` to send `zli`, daemon, and/or target logs to BastionZero directly

{% hint style="info" %}
In order to take full advantage of the `send-logs` feature, you must be running <mark style="color:purple;">`zli v. 6.11.16`</mark> and a <mark style="color:purple;">`bzero`</mark> <mark style="color:purple;">agent version >=</mark> <mark style="color:purple;">`7.1.0`</mark>. Without upgrading the agent, you will only be able to send `zli` and daemon logs.
{% endhint %}

### Fixes

* **Connecting with an allowed target user that does not exist.** Resolved confusing error messaging when a policy-allowed target user is used to connect but does not exist on the target
* **\[Released 18 October] MFA**. Resolved issue with `zli v. 6.11.8` and `6.11.11` that prevented users from logging in to BastionZero when using MFA

## `bzero v. 7.1.6`

{% hint style="warning" %}
**IMPORTANT**

For those who use Helm to install the Kubernetes `bzero` agent, you must update the Helm repository to chart version `>= 1.1.3` before doing a fresh install of the `bzero` agent. You can do this with <mark style="color:purple;">`helm repo update`</mark>.

This action updates the `bctl-agent` role to include permissions for retrieving logs from pods within the deployed namespace for the `zli send-logs` feature. **Even if you do not intend to use `send-logs`, you must be using chart version `>= 1.1.3` for any new Helm installations to be compatible with the new backend changes. We strongly recommend everyone who uses Helm takes this action.**
{% endhint %}

### New

* **Send target logs to BastionZero.** To support the `zli send-logs` feature, `bzero v. 7.1.0+` contains the corresponding changes to enable that new functionality

### Fixes

* **SSH as a nonexistent user.** Resolved issue with SSHing as a nonexistent (but policy-allowed) user
* **Agent restart.** Resolved issue interfering with agent shut down and restart

\
Web app & backend
-----------------

### New

* **Send `zli`, daemon, and target logs to BastionZero.** To support the `zli send-logs` feature, this release contains the corresponding backend changes needed to enable that new functionality

### Fixes

* **Minor UI corrections.** Resolved issues with padding in dialogs and alignment with labels in the web app
* **Vim command extraction.** Resolved issue with command extraction when using vim in a shell session
* **Tmux terminals.** Resolved issue in `VtNetCore` library that caused issues with command extraction when using Tmux\\

For questions or to give us feedback on how we can make our updates better, reach out to [<mark style="color:purple;">product@bastionzero.com</mark>](mailto:product@bastionzero.com).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://changes.bastionzero.com/2022/need-help-send-us-your-logs-from-the-zli.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
