diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |