Versions in this module Expand all Collapse all v1 v1.0.0 Aug 22, 2024 Changes in this version + type BaseLogsConfig struct + Level string + MaxAgeDays int + MaxBackups int + MaxSizeMB int + type Config struct + Engine struct{ ... } + Logs struct{ ... } + Printer struct{ ... } + Workdir string + WriteAheadLogging WriteAheadLogging + func ParseConfig(location string) (Config, error) + type HandlerConfig struct + Config map[string]interface{} + Name string + Retry HandlerRetryMechanism + type HandlerRetryMechanism struct + BackOffInterval int + MaxRetries int + type WriteAheadLogging struct + Enabled bool