Declarative log management intent.
Summary
Types
@type t() :: %HostKit.Logs.Config{ attributes: map(), driver: atom() | nil, format: atom() | nil, identifier: String.t() | atom() | nil, max_use: String.t() | nil, meta: map(), resource_id: term(), retention: String.t() | nil, rotate: keyword(), sensitive: boolean(), ship: boolean() | nil, source: term(), stderr: atom() | nil, stdout: atom() | nil }