From aeeb049403dfe94744aa0e62e97217f2dfc42c61 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 27 Jun 2024 08:26:29 +0200 Subject: [PATCH] debian/patches/0001-fix-config-logpath.patch: update --- debian/patches/0001-fix-config-logpath.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/patches/0001-fix-config-logpath.patch b/debian/patches/0001-fix-config-logpath.patch index d78e5d9..eac48fa 100644 --- a/debian/patches/0001-fix-config-logpath.patch +++ b/debian/patches/0001-fix-config-logpath.patch @@ -1,12 +1,11 @@ diff --git a/config.example.yml b/config.example.yml -index 9f4272a..8daac0a 100644 --- a/config.example.yml +++ b/config.example.yml @@ -11,7 +11,7 @@ log: # Filename to use. - filename: thalos.log + filename: thalos # Directory to store the logfiles in. - directory: logs + directory: /var/log/thalos # Format to rename log files when rotating - time_format: 2006-01-02_150405 \ No newline at end of file + time_format: 2006-01-02_150405