An intensive logging system needs to be built. There should be the option to log every query response operation happening and this functionality should be disabled by a single variable change in the config.py. The ideal structure for this would be to have a logger.py file which implements the log(file,data) function.
An intensive logging system needs to be built. There should be the option to log every query response operation happening and this functionality should be disabled by a single variable change in the
config.py. The ideal structure for this would be to have alogger.pyfile which implements thelog(file,data)function.