# `Common.Message.LogRequestEnd`
[🔗](https://github.com/fancydrones/xmavlink/blob/main/lib/common.ex#L6492)

# `t`

```elixir
@type t() :: %Common.Message.LogRequestEnd{
  target_component: XMAVLink.Types.uint8_t(),
  target_system: XMAVLink.Types.uint8_t()
}
```

Stop log transfer and resume normal logging

---

*Consult [api-reference.md](api-reference.md) for complete listing*
