From d73c8e53f5e7ef9ac05bba50c1f4f6b29019eb33 Mon Sep 17 00:00:00 2001
From: ale <ale@incal.net>
Date: Mon, 2 Nov 2015 15:25:32 +0000
Subject: [PATCH] do not log timestamps from liquidsoap

---
 node/liquidsoap.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/node/liquidsoap.go b/node/liquidsoap.go
index 50a4a738..75449105 100644
--- a/node/liquidsoap.go
+++ b/node/liquidsoap.go
@@ -21,6 +21,7 @@ var (
 	liquidsoapConfigStr = `
 set("log.file", false)
 set("log.stdout", true)
+set("log.unix_timestamps", false)
 
 upstream = mksafe(input.http("{{.SourceURL}}", buffer=5.0))
 output.icecast(%{{.Format}}(samplerate={{.SampleRate}}, {{if gt .BitRate 0}}bitrate={{.BitRate}}, {{end}}{{if gt .Quality -1.0}}quality={{.Quality}}, {{end}}{{if .StereoMode}}stereo_mode={{.StereoMode}}, {{end}}{{if eq .Channels 2}}stereo{{else}}mono{{end}}),
-- 
GitLab