mirror of
https://github.com/eosswedenorg/thalos
synced 2026-07-04 12:03:41 +02:00
debian/patches/0001-fix-config-logpath.patch: update
This commit is contained in:
parent
690dabe6bd
commit
aeeb049403
1 changed files with 2 additions and 3 deletions
3
debian/patches/0001-fix-config-logpath.patch
vendored
3
debian/patches/0001-fix-config-logpath.patch
vendored
|
|
@ -1,10 +1,9 @@
|
||||||
diff --git a/config.example.yml b/config.example.yml
|
diff --git a/config.example.yml b/config.example.yml
|
||||||
index 9f4272a..8daac0a 100644
|
|
||||||
--- a/config.example.yml
|
--- a/config.example.yml
|
||||||
+++ b/config.example.yml
|
+++ b/config.example.yml
|
||||||
@@ -11,7 +11,7 @@ log:
|
@@ -11,7 +11,7 @@ log:
|
||||||
# Filename to use.
|
# Filename to use.
|
||||||
filename: thalos.log
|
filename: thalos
|
||||||
# Directory to store the logfiles in.
|
# Directory to store the logfiles in.
|
||||||
- directory: logs
|
- directory: logs
|
||||||
+ directory: /var/log/thalos
|
+ directory: /var/log/thalos
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue