From 3f13ff85171db2bd2af1e0ea41af971159f6fb0d Mon Sep 17 00:00:00 2001 From: khushal Date: Fri, 6 Dec 2024 18:54:59 +0530 Subject: [PATCH] (20241206) Day-end push. Working on a Telegram client. --- api/blueprints/mail/list.py | 4 ++-- servers.txt | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/api/blueprints/mail/list.py b/api/blueprints/mail/list.py index 5000baf..0677a56 100644 --- a/api/blueprints/mail/list.py +++ b/api/blueprints/mail/list.py @@ -129,9 +129,9 @@ def init(blueprint_setup_state): attr_name = "logs_mongo", project = constants.PROJECT_NAME, log_type = constants.MODULE_NAME, - operation = "mailListByAccIdApi", + operation = "mailListByTokIdApi", log_input = True, - log_output = True, + log_output = 1, sensitive_keys = ["sessionToken", "X-Session-Token"] ) @log_chain_to_mongo(attr_name = "logs_mongo") diff --git a/servers.txt b/servers.txt index 007c32e..0e4e6c2 100644 --- a/servers.txt +++ b/servers.txt @@ -1,3 +1,4 @@ kbdev.bicree.com wtt.ditscentre.in -del.ditscentre.in \ No newline at end of file +del.ditscentre.in +jc.ditscentre.in \ No newline at end of file