From 0493acce6423cf4853e5bea5cb2f69d25a2b90f7 Mon Sep 17 00:00:00 2001 From: Kleissner Date: Wed, 29 Dec 2021 16:07:40 +0100 Subject: [PATCH] Update log file name --- Config Default.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Config Default.yaml b/Config Default.yaml index 27e70c2..692b841 100644 --- a/Config Default.yaml +++ b/Config Default.yaml @@ -1,5 +1,5 @@ # Locations of important files and folders -LogFile: "data/log.txt" # Log file. It contains informational and error messages. +LogFile: "data/log backend.txt" # Log file for the backend. It contains informational and error messages. BlockchainMain: "data/blockchain main/" # Blockchain main stores the end-users blockchain data. It contains meta data of shared files, profile data, and social interactions. BlockchainGlobal: "data/blockchain global/" # Blockchain global caches blockchain data from global users. Empty to disable. WarehouseMain: "data/warehouse main/" # Warehouse main stores the actual data of files shared by the end-user.