github.com/franciscocpg/up@v0.1.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 }