From fea7cfd7264b4f5f7693aa52aedbe525742a2ce2 Mon Sep 17 00:00:00 2001
From: Jorrit Schaap <schaap@astron.nl>
Date: Fri, 28 Aug 2020 12:38:24 +0200
Subject: [PATCH] TMSS-272: typo

---
 SAS/TMSS/client/lib/tmss_http_rest_client.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/SAS/TMSS/client/lib/tmss_http_rest_client.py b/SAS/TMSS/client/lib/tmss_http_rest_client.py
index 555761c2d5a..80f63be08ff 100644
--- a/SAS/TMSS/client/lib/tmss_http_rest_client.py
+++ b/SAS/TMSS/client/lib/tmss_http_rest_client.py
@@ -1,5 +1,5 @@
 import logging
-logger = logging.getLogger(__file__)
+logger = logging.getLogger(__name__)
 
 import requests
 from http.client import responses
-- 
GitLab