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:
parent
00ea1a5bfd
commit
2ffb17a08f
5 changed files with 14 additions and 58 deletions
12
debian/patches/0001-fix-config-logpath.patch
vendored
Normal file
12
debian/patches/0001-fix-config-logpath.patch
vendored
Normal 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
1
debian/patches/series
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
0001-fix-config-logpath.patch
|
||||
Loading…
Add table
Add a link
Reference in a new issue