From b6c4481e22f89d468013cbbea1a52aa62cd8d4ce Mon Sep 17 00:00:00 2001
From: Robert Goldmann <deadlocker@gmx.de>
Date: Wed, 23 Aug 2017 09:25:13 +0200
Subject: [PATCH] Update README.md

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index ea9aaec5e..fe26a33aa 100644
--- a/README.md
+++ b/README.md
@@ -5,6 +5,14 @@ Manage your monthly budget easily with BudgetMaster
 - English
 - German
 
+## In case of Errors
+- see corresponding error logs
+  - Client: `your_home_directory/Deadlocker/BudgetMaster/error.log`
+  - Server: `folder_containing_BudgetMasterServer/error.log`
+- print errors to console (only for client)
+  - start the client via console: `java -jar BudgetMasterClient.jar --loglevel=DEBUG`
+
+
 ## [Installation Instructions](https://github.com/deadlocker8/BudgetMaster/wiki/Server-Installation)
 
 ## Screenshots
-- 
GitLab