spiegel/internal/log/config.go
Ada 8f4486698a
Some checks failed
ci/woodpecker/manual/test Pipeline failed
🎉 First commit
2024-04-04 01:12:42 +02:00

6 lines
103 B
Go

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