---
title: "Log Exports Now Include Improved Package Lifecycle Visibility"
description: "Gain complete visibility into your repository. Our enhanced Log Exports now capture the full package lifecycle ,providing a complete audit trail and improving cost forecasting."
canonical_url: "https://cloudsmith.com/changelog/client-log-exports-now-include-more-http-methods-for-improved-package-lifecycle-visibility"
last_updated: "2025-08-04T08:56:16.018Z"
---
# Log Exports Now Include Improved Package Lifecycle Visibility

Client log exports now provide a more comprehensive overview of package delivery. In addition to GET requests, client log exports will include other HTTP request types, including HEAD, POST, and OPTIONS requests. This gives you a full view of package delivery, moving beyond just download tracking to include metadata checks and other repository interactions.

### What's new?

The additional HTTP methods appear in the method column of your existing export files, but the file format and your ingestion process remain the same.

This expanded view helps you track repository interactions in detail and analyze costs more accurately by factoring in all request types.

```json
{
  "_key": "041b57d869e7",
  "_type": "callout",
  "content": [
    {
      "_key": "07cd1db4fac8",
      "_type": "block",
      "children": [
        {
          "_key": "916b174058e8",
          "_type": "span",
          "marks": [
            "strong"
          ],
          "text": "⚠️ Important"
        }
      ],
      "markDefs": [],
      "style": "normal"
    },
    {
      "_key": "3529decd6dd8",
      "_type": "block",
      "children": [
        {
          "_key": "f834d5e668b6",
          "_type": "span",
          "marks": [
            "strong"
          ],
          "text": "Enhanced logs will begin rolling out to existing customers this week. "
        },
        {
          "_key": "c6c5715c6097",
          "_type": "span",
          "marks": [],
          "text": "If you programmatically parse your log export files, please review your tooling to handle these new request methods. Pipelines that are coded only to expect GET may require changes to avoid disruption."
        }
      ],
      "markDefs": [],
      "style": "normal"
    }
  ],
  "markDefs": null,
  "variant": "info"
}
```

Interested in starting to use Log Exports? [Contact our team](/company/contact-us) to get set up.
