From 019319999f24ac5b2d89105460e217d1f8a384f0 Mon Sep 17 00:00:00 2001
From: Timm Fitschen <t.fitschen@indiscale.com>
Date: Thu, 29 Jul 2021 18:58:03 +0200
Subject: [PATCH] fix schema

---
 caosdb-client-configuration-schema.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/caosdb-client-configuration-schema.json b/caosdb-client-configuration-schema.json
index 6c80135..ff1967f 100644
--- a/caosdb-client-configuration-schema.json
+++ b/caosdb-client-configuration-schema.json
@@ -33,8 +33,8 @@
             {
               "$ref": "#/definitions/log_level_configuration"
             },
-            "default": "warn",
             {
+            "default": "warn",
             "description": "Global severity filter. Only log messages with at least the given severity are processed by the logging framework. 'off' means that the logging frame work is turned off entirely. Defaults to "
             }
           ]
-- 
GitLab