Removed ToStdout option from Configuration.
This commit is contained in:
parent
98786e6964
commit
192fa0d58f
@ -12,6 +12,4 @@ liquidsoap:
|
|||||||
# How much songs to list on a page
|
# How much songs to list on a page
|
||||||
list_last_n_songs: 10
|
list_last_n_songs: 10
|
||||||
log:
|
log:
|
||||||
# Output messages to stdout as well as to theirs files.
|
|
||||||
stdout: true
|
|
||||||
error: "/var/log/dwelling-radio/error.log"
|
error: "/var/log/dwelling-radio/error.log"
|
@ -21,8 +21,7 @@ type Configuration struct {
|
|||||||
} `yaml:"liquidsoap"`
|
} `yaml:"liquidsoap"`
|
||||||
ListLastNSongs int `yaml:"list_last_n_songs"`
|
ListLastNSongs int `yaml:"list_last_n_songs"`
|
||||||
Log struct {
|
Log struct {
|
||||||
ToStdout bool `yaml:"stdout"`
|
Error string `yaml:"error"`
|
||||||
Error string `yaml:"error"`
|
|
||||||
} `yaml:"log"`
|
} `yaml:"log"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user