diff options
author | Vincent Douillet <vincent@vdouillet.fr> | 2023-08-01 23:09:57 +0200 |
---|---|---|
committer | Vincent Douillet <vincent@vdouillet.fr> | 2023-08-07 14:57:21 +0200 |
commit | f172ffca292594147939280dab20cb03a4921fb6 (patch) | |
tree | bc63edcd5fbd474cdfdcced0d89b659c3bcc1cb4 /config.h | |
parent | 62b01654da4f1ae1a9aaeab106cea5e7bb9d77e3 (diff) |
add log messages
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -32,6 +32,6 @@ #define VAULT_CONFIG_H #define DATA_DIR "/var/www/vault-data" +#define LOG_FILE "/var/log/vault.log" -#endif /* VAULT_CONFIG_H */ - +#endif /* VAULT_CONFIG_H */ |