diff --git a/node/liquidsoap.go b/node/liquidsoap.go
index 50a4a73866659016c87c9d93f336439f3c378666..754491053e1ce2588933e6d69a74b48a635397a9 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}}),