From 95ffb595e77280a7ce9e2412ce746565fb760020 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 15 Apr 2013 23:26:56 +0200 Subject: [PATCH] Document the new logging options in the example config. --- cubemap.config.sample | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/cubemap.config.sample b/cubemap.config.sample index 7f60e5f..1a691ee 100644 --- a/cubemap.config.sample +++ b/cubemap.config.sample @@ -8,6 +8,11 @@ port 9094 stats_file cubemap.stats stats_interval 60 +# Logging of various informational and error messages. You can have as many of these as you want. +error_log type=file filename=cubemap.log +error_log type=syslog +error_log type=console + # # now the streams! # -- 2.39.2