commit 5523941867375473dacc1793df79a890e6982672
parent 92fc9a9ae74236833206111b9ba500fb8a103a8b
Author: Frederic Cambus <fred@statdns.com>
Date: Mon, 7 Sep 2020 09:50:10 +0200
Do not enable logging by default in the configuration file.
Diffstat:
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -53,7 +53,9 @@ Using the kodev tool:
## Access logs
-The default Telize configuration has logging enabled.
+The default Telize configuration does not have logging enabled, it must be
+configured manually. There are commented out `accesslog` directives in
+`conf/telize.conf` for each domain block.
If your Telize instance produces lots of logs, [Logswan][4] might be of
interest.
diff --git a/conf/telize.conf b/conf/telize.conf
@@ -25,7 +25,7 @@ domain * {
certfile cert/server.pem
certkey cert/key.pem
- accesslog telize.log
+# accesslog telize.log
include conf/routes.conf
}
@@ -33,7 +33,7 @@ domain * {
domain * {
attach notls
- accesslog telize.log
+# accesslog telize.log
include conf/routes.conf
}