From 2f0d88120f358afd9f2780eaadf1eaf82a681a0b Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 10 Sep 2020 12:04:25 +0530 Subject: added logging and instant execution support --- config.ini | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'config.ini') diff --git a/config.ini b/config.ini index 8168461..dce7609 100644 --- a/config.ini +++ b/config.ini @@ -12,9 +12,12 @@ EMAIL = navanchauhan@gmail.com PASSWORD = okrs shoc ahtk idui [LOGS] -ERRORS = logs/errors.log -INFO = data/info.log +LOG = True +SAVE_LOGS = False [FILES] UPLOAD_FOLDER = ./app/static/uploads -TEMPLATES_FOLDER = templates +LOG_FOLDER = ./app/logs/ + +[EXECUTION] +INSTANT = True \ No newline at end of file -- cgit v1.2.3