> ## Content Index
> Fetch the complete content index at: https://blog.addpipe.com/llms.txt
> Use this file to discover other available public pages before exploring further.

# Way Better Storage Logs In The Pipe Account Area
- URL: https://blog.addpipe.com/way-better-storage-logs-in-the-pipe-account-area/
- Published: 2018-08-07T16:00:49.000Z
- Updated: 2026-05-21T08:22:00.000Z
- Author: Octavian
- Tags: Product Updates, #Import 2026-05-22 13:18

One of the lower priority items we worked on when we added the ability to push the recordings to your preferred storage was showing the logs created in the process.

Given the development time constraints at that time, we’ve decided to just show the logs for the last 100 attempts and in the case of an issue just manually go to the database and extract all the relevant logs.

That changed last week.

We’ve massively improved the logs system in the [Pipe account area](https://addpipe.com/signin):

1. You now have immediate **access to all the logs** for an environment/account and they’re easily browsable through pagination
2. You can **filter by recording id** so that you can quickly find and track all our attempts to push to your storage a certain recording
3. You can **filter by type** (successful or not) to help you identify problems when you’re processing thousands of recordings per day
4. We’ve also **linked from the list of recordings** directly to the S3/(S)FTP/Dropbox logs for each recording
5. Each **status code is explained in detail** in a legend section at the bottom

![New sections for storage logs show all logs and allow you to filter by recording ID and type (successful or failed)](https://blog.addpipe.com/content/images/2018/08/New-logs-section-in-the-Pipe-account-area-1024x775.png)

With the above changes:

- you have **immediate access to all the information** we have when debugging a push to the storage issue
- you have a much **better image of the performance of your storage solution**
- you have a much **better image of how many times and when we attempt to push** the recordings to your storage

![The list of recordings in the Pipe account area now links directly to the logs for a particular failed S3, (S)FTP or Dropbox push attempt.](https://blog.addpipe.com/content/images/2018/08/recording-entry-in-the-Pipe-account-area-1024x117.png)

In case of a failed push attempt, we now retry every 2 minutes for 3 days. That results in 2160 retries over 3 days and just as many log entries. We’ll soon move on to a system where we attempt to push at increasingly higher intervals over 3 days and even stop in some cases like when the FTP credentials are incorrect (FTP\_LOGIN\_FAILED).