Index: shared/scripts/configuration/config.py =================================================================== diff -u -rb575f65fdac844229ace1dab1b00ffba231a1314 -r33c6394ad31cb7d91dd5eaf89153673c514e2399 --- shared/scripts/configuration/config.py (.../config.py) (revision b575f65fdac844229ace1dab1b00ffba231a1314) +++ shared/scripts/configuration/config.py (.../config.py) (revision 33c6394ad31cb7d91dd5eaf89153673c514e2399) @@ -38,6 +38,7 @@ #cloud_sync_verification INP_BUF_FILE_LOCATION = "".join([str(HOME_DIR_PATH),'/Desktop/sd-card/cloudsync/']) CLOUD_CREDENTIALS_LOCATION = "".join([str(HOME_DIR_PATH)+'/Desktop/cloudsync/credentials']) +ERROR_FILE_LOCATION = "".join([str(HOME_DIR_PATH)+'/Desktop/sd-card/service/']) #ui_logs LOG_LOCATION = "".join([str(HOME_DIR_PATH),'/Desktop/sd-card/log/'])