GamendWeb.Schemas.ClientLogPolicy (gamend_web v1.0.1215)

Copy Markdown View Source

What the server wants collected. The client gates its own uploads on this, so verbosity is a server-side decision that needs no new build to change.

Summary

Functions

Callback implementation for OpenApiSpex.Schema.schema/0.

Types

t()

@type t() :: %GamendWeb.Schemas.ClientLogPolicy{
  batch_max: term(),
  categories: term(),
  enabled: term(),
  level: term(),
  message_max_bytes: term()
}

Functions

schema()

Callback implementation for OpenApiSpex.Schema.schema/0.