From 91ff0c878c6af43e97530a50c1e32cc23604da5e Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Tue, 8 Mar 2022 01:56:08 +0400 Subject: [PATCH] Set stdout as true by default. --- configs/config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/config.yaml b/configs/config.yaml index 95338b8..1265573 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -10,5 +10,5 @@ icecast: list_last_n_songs: 10 log: # Output messages to stdout as well as to theirs files. - stdout: false + stdout: true error: "/var/log/dwelling-radio/error.log" \ No newline at end of file