Skip to main content

Logs and Overview

The Logs section in Ductape gives you a real-time view of all operations executed through your product — including SDK calls, database queries, storage uploads, and messaging events.


Step 1: Open the Logs Section

  1. Go to your workspace and open the Product you want to monitor.
  2. Click the Logs tab in the product's sidebar.

Step 2: Read the Overview Dashboard

The overview panel shows key metrics at a glance:

MetricDescription
Total RequestsTotal SDK operations in the selected time range
Success RatePercentage of operations that succeeded
Avg LatencyAverage time taken per operation
Error CountNumber of failed operations

Product overview dashboard showing request count, success rate, latency, and error metrics


Step 3: Browse Audit Logs

The audit log table shows a per-request breakdown:

ColumnDescription
TimestampWhen the operation occurred
UserThe user or API key that triggered it
ModuleSDK module used (e.g., databases, storage)
MethodSDK method called (e.g., create, upload)
StatusSUCCESS or FAILED
LatencyTime taken in milliseconds

Audit log table showing timestamp, user, module, method, status, and latency columns


Step 4: Filter Logs

Use the filter bar to narrow down logs:

  • Date range — View logs from a specific period
  • Module — Filter by SDK module (databases, storage, messaging, etc.)
  • Status — Show only failures or successes
  • User — Filter by a specific user ID

Step 5: View Log Details

  1. Click any row in the audit log table to open the detail panel.
  2. You'll see the full request parameters, response, error messages, and stack traces (if applicable).

Next Steps