watchtower v0.1.0 Watchtower.Beacon.Config View Source

Defines how a beacon should behave.

Link to this section Summary

Types

t()

Configures behavior of the beacon

Link to this section Types

Specs

t() :: %Watchtower.Beacon.Config{
  interval: Watchtower.Beacon.interval(),
  log_level: :none | Logger.level(),
  meta: any(),
  severity: :none | atom()
}

Configures behavior of the beacon