From ae1aeedc2f442a39b0de7a74d9068a7609630681 Mon Sep 17 00:00:00 2001 From: Philippe Pittoli Date: Fri, 13 Dec 2024 01:46:25 +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 01d826f..637c2c6 100644 --- a/configuration-example.yml +++ b/configuration-example.yml @@ -1,5 +1,8 @@ # Configuration to put in ~/.config/baguette/dnsmanager.yml or in /etc/baguette/dnsmanager.yml +# Path to the log file. By default, everything is just printed on screen. +log_file: /var/log/baguette/dnsmanager.log + # `dnsmanagerd` needs to connect itself to authd(1) with an admin account to then authenticate its users. # login: dnsmanager pass: secret