From 8726919767babb4f55d712d395d24e34940cac52 Mon Sep 17 00:00:00 2001 From: mbay Date: Wed, 12 Oct 2022 08:12:25 +0200 Subject: [PATCH] logging, manifest --- cumulocity.json | 2 +- resources/measurements.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cumulocity.json b/cumulocity.json index e2179a3..eca3791 100644 --- a/cumulocity.json +++ b/cumulocity.json @@ -1,6 +1,6 @@ { "apiVersion": "v1", - "version": "2.0.22", + "version": "0.0.1-SNAPSHOT", "provider": { "name": "Cumulocity" }, diff --git a/resources/measurements.py b/resources/measurements.py index ac20146..d2fd857 100644 --- a/resources/measurements.py +++ b/resources/measurements.py @@ -22,7 +22,7 @@ def __init__(self): def post(self): try: payload = super().post() - print(type(payload)) + self.logger.debug(type(payload)) if type(payload) == 'Response': return payload else: