1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-08-23 19:48:12 +02:00

debian: fix config by applying a patch, instead of using a debian specific copy.

This commit is contained in:
Henrik Hautakoski 2023-05-14 17:57:29 +02:00
parent 00ea1a5bfd
commit 2ffb17a08f
5 changed files with 14 additions and 58 deletions

View file

@ -0,0 +1,12 @@
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
# Directory to store the logfiles in.
- directory: logs
+ directory: /var/log
# Format to rename log files when rotating
time_format: 2006-01-02_150405

1
debian/patches/series vendored Normal file
View file

@ -0,0 +1 @@
0001-fix-config-logpath.patch