The panko.storage.impl_log Module

class panko.storage.impl_log.Connection(conf)

Bases: panko.storage.base.Connection

Log event data.

static clear_expired_data(ttl, max_count)

Clear expired data from the backend storage system.

Clearing occurs according to the time-to-live.

Parameters
  • ttl – Number of seconds to keep records for.

  • max_count – Number of records to delete.