From a8f13a4df54466a9c51e37c0140e0f7a9e53891c Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Thu, 16 Jul 2020 14:39:15 +0200 Subject: [PATCH] Increase log of join. --- nomad/processing/data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/processing/data.py b/nomad/processing/data.py index 2e0785cc36..a533ba9276 100644 --- a/nomad/processing/data.py +++ b/nomad/processing/data.py @@ -1037,7 +1037,7 @@ class Upload(Proc): {'_id': self.upload_id, 'joined': {'$ne': True}}, {'$set': {'joined': True}}) if modified_upload is not None: - self.get_logger().debug('join') + self.get_logger().info('join') # Before cleaning up, run an additional normalizer on phonon # calculations. TODO: This should be replaced by a more -- GitLab