summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorVincent Douillet <vincent@vdouillet.fr>2025-02-14 12:04:23 +0100
committerVincent Douillet <vincent@vdouillet.fr>2025-02-14 12:05:49 +0100
commitf9a16b55db60f2f7c6065c5a94ee7e4aaac3f16b (patch)
treea769b7f9de6d1f1d2b0b9834a3f3421d2f2a0213 /config.h
parent095b5675df915002b00a2b3f7ba0e95fde7638b5 (diff)
move log file to existing folder
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index edb494b..4920d42 100644
--- a/config.h
+++ b/config.h
@@ -36,7 +36,7 @@
* otherwise it will quit with an error.
*/
#ifndef LOG_FILE
-#define LOG_FILE "/var/log/vault.log"
+#define LOG_FILE "/logs/vault.log"
#endif
/* The directory that contains the HTML template files */