spiegel/internal/log/config.go
Ada e3bf2ff147
Some checks failed
ci/woodpecker/push/test Pipeline failed
🎉 First commit
2024-04-04 01:16:06 +02:00

6 lines
103 B
Go

package log
type Config struct {
Level string
File string // Output file for log, default stderr
}