From df2b3f7638f92318501bf8f24adccdb3f9da0db9 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Fri, 13 Dec 2024 01:47:07 +0100 Subject: [PATCH] Add the `log_file` configuration parameter to the config example. --- configuration-example.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configuration-example.yml b/configuration-example.yml index 20c2e3b..c70ed9b 100644 --- a/configuration-example.yml +++ b/configuration-example.yml @@ -4,6 +4,9 @@ login: admin pass: secret +# Path to the log file. By default, everything is just printed on screen. +log_file: /var/log/baguette/auth.log + # In case you have a special `mailer` application. # Read the manual to understand how it is invoked. mailer_exe: /usr/local/bin/my-special-mailer