SIENTIAPDE-1110
Update GITHUB_BRANCH in values.yaml and remove debug log in DataManager - Changed GITHUB_BRANCH value to "SIENTIAPDE-1110-criar-testes-e-2-e" in values.yaml. - Removed unnecessary debug log for skipping messages in DataManager class.
This commit is contained in:
@@ -171,8 +171,6 @@ class DataManager:
|
||||
attachment_content=trace,
|
||||
)
|
||||
self.logger.error(trace)
|
||||
else:
|
||||
self.logger.debug(f"Skipping message to topic {topic}: {data}")
|
||||
|
||||
try:
|
||||
collection = self.mongo_db[topic]
|
||||
|
||||
Reference in New Issue
Block a user