From 034ce4555e517dede1818ccced1be016a68d9278 Mon Sep 17 00:00:00 2001
From: Lennard <27106448+SirWalross@users.noreply.github.com>
Date: Wed, 8 Jun 2022 12:13:58 +0200
Subject: [PATCH] New data

---
 bash.log   | 4 ++--
 config.yml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/bash.log b/bash.log
index a7a94c6..0106820 100644
--- a/bash.log
+++ b/bash.log
@@ -1,3 +1,3 @@
-2022-06-08 12:07:59
-Bereits aktuell.
+2022-06-08 12:13:57
+fatal: unable to access 'https://github.com/SirWalross/MessdatenSilo.git/': Could not resolve host: github.com
 
diff --git a/config.yml b/config.yml
index 200c16e..5c27ceb 100644
--- a/config.yml
+++ b/config.yml
@@ -3,7 +3,7 @@ DataLogger:
     filename: data # filename for datalogs
     levels: # log level for outputting to file and to stdout respectivly
         - INFO
-        - INFO
+        - WARNING
 
 InfoLogger:
     backupCount: 10 # number of logs to keep
@@ -15,5 +15,5 @@ InfoLogger:
 
 Data:
     factors: [9.6474, 0, 10.9132, -11.6764] # factors for the 4 dms
-    delta_time: 30 # time between logging data
+    delta_time: 60 # time between logging data
     smoothing: false # whether to smoothe the logged data
-- 
GitLab