LogoLogo
MidpointContact UsThe Docs are Wrong!
  • What is Midpoint
  • What actually is a midpoint?
  • Midpoint FAQs
  • Get Started
    • Sample Midpoints
      • Filecoin Filrep Oracle: Obtain miner reputations on-chain
      • Oracle: Call any API from a smart contract
      • Listener: Subscribe an internal service to any event
      • Data Feed: Stream a data feed on-chain at regular intervals
      • Data Bridge: Pass arbitrary messages between chains
      • Automation: Ensure a function is called at regular intervals
    • Videos
  • Using Midpoint
    • API Key
    • Midpoint CLI
    • GraphQL API
    • Dashboard
  • Core Concepts
    • Midpoints
      • Midpoint ID
      • Sources
      • Tasks
      • Source and Task Definitions
        • Secrets
        • Variables
        • Exclude Logs
        • Extracts
    • Requests
      • Request ID
      • Events
    • Credits and Payment
  • Sources
    • Startpoint Called
    • EVM Event Emitted
    • Cron Job Triggered
  • Tasks
    • Make HTTP Request
      • OAuth and Multi-Step Authentication
    • Call EVM Function
    • Transact to EVM Function
      • Security
    • Shift Decimal
  • More Reading
    • Chain IDs
    • Startpoints
    • Midpoint EOAs
  • Get in Touch
    • Contact Links
Powered by GitBook
On this page

Was this helpful?

  1. Core Concepts
  2. Midpoints
  3. Source and Task Definitions

Exclude Logs

Exclude logs that contain sensitive information.

Exclude Logs defines which logs to exclude in each source and each task. These logs are your window into what is happening for each request, and these logs can be observed on the Midpoint Dashboard or through the GraphQL API.

If you have sensitive information passing through your midpoint, e.g. a customers phone number or a secret API Key, you can choose to exclude logs from a particular souce or task. This ensures you log the information you need throughout the lifespan of a request, while avoiding the creation of logs that contain sensitive information.

Every single event can be excluded from logs. For a complete list of values that can be put into each source and each event, look at the source or task description in each component's documentation.

PreviousVariablesNextExtracts

Last updated 2 years ago

Was this helpful?