From b389662feea51159f71c796f46bc812865a02880 Mon Sep 17 00:00:00 2001 From: Usman Nasir Date: Tue, 24 Dec 2019 14:58:22 +0500 Subject: [PATCH] remove logs --- CyberCP/settings.py | 3 ++- plogical/processUtilities.py | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CyberCP/settings.py b/CyberCP/settings.py index ec4164ad1..ef656129d 100755 --- a/CyberCP/settings.py +++ b/CyberCP/settings.py @@ -190,4 +190,5 @@ LANGUAGES = ( ) MEDIA_URL = '/home/cyberpanel/media/' -MEDIA_ROOT = MEDIA_URL \ No newline at end of file +MEDIA_ROOT = MEDIA_URL +DATA_UPLOAD_MAX_MEMORY_SIZE = 52428800 \ No newline at end of file diff --git a/plogical/processUtilities.py b/plogical/processUtilities.py index e0517ce96..6eb9d2b25 100755 --- a/plogical/processUtilities.py +++ b/plogical/processUtilities.py @@ -207,7 +207,7 @@ class ProcessUtilities(multi.Thread): logging.writeToFile('Some data could not be decoded to str, error message: %s' % str(msg)) sock.close() - logging.writeToFile('Final data: %s.' % (str(data))) + #logging.writeToFile('Final data: %s.' % (str(data))) return data except BaseException as msg: