github.com/motyar/up@v0.2.10/config/logs.go (about) 1 package config 2 3 // Logs configuration. 4 type Logs struct { 5 // Disable json log output. 6 Disable bool `json:"disable"` 7 }