spiegel/internal/log/config.go
Ada 8f63ef0401
Some checks failed
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/lint Pipeline failed
🎉 First commit
2024-04-04 01:19:56 +02:00

6 lines
103 B
Go

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