From 701b42171dc3288c82178c3e49c1b250e18dbde6 Mon Sep 17 00:00:00 2001
From: Dominik Sigmund <dominik.sigmund@br.de>
Date: Wed, 23 Jan 2019 11:25:55 +0100
Subject: [PATCH] Added ErrorLevels to readme

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ccfefad..a5ce6fd 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,7 @@ These Tags will be added to the line with octothorpes added.
 {
   name: 'Name of App. Default: Name of BaseFolder',
   hostname: 'Server Hostname, Default: os.hostname()',
-  file: 'File to Append Log to'
+  file: 'File to Append Log to',
+  logLevel: 'Minimal LogLevel. Default: WARN'
 }
 ```
\ No newline at end of file
-- 
GitLab