From e9f44488ca0a12195e3372beca240200bf316e43 Mon Sep 17 00:00:00 2001 From: Ljupcho Naumov <46574875+Ljupch0@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:28:17 +0200 Subject: [PATCH] give a hint on log location Feel free to update the text, I think it would be useful for users to know where the logs are supposed to appear. Makes debugging much easier. --- app/config.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config.cfg b/app/config.cfg index 61a3417e9..c5c8376e1 100644 --- a/app/config.cfg +++ b/app/config.cfg @@ -47,7 +47,7 @@ Keep logs with the application - used for apps deployed to individual users. Otherwise, the log file is written to %USERPROFILE%/./ - filename: - Name of the log file to store errors. Default is "error.log". + Name of the log file to store errors. Default is "error.log". The file is generated in C:\Users\your-user\.your-app-name */ "logging": { "use_userprofile": true,