Files
payouts/internal/log/config/log.go
2026-03-05 11:21:18 +03:00

15 lines
172 B
Go

package config
import "log/slog"
type Log struct {
Level slog.Level
FilePath string
TextOutput bool
StdoutEnabled bool
FileEnabled bool
FluentEnabled bool
}