From 6052c1617c4a53fc1068ac4f22d8db9b69b819ad Mon Sep 17 00:00:00 2001
From: SP Mohanty <spmohanty91@gmail.com>
Date: Tue, 30 Jul 2019 07:21:50 +0200
Subject: [PATCH] Add a note about debug = Trrue

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index b952ca7..2338c90 100644
--- a/README.md
+++ b/README.md
@@ -157,6 +157,7 @@ your already existing code to the required structure for this round.
 This is used to map your submission to the said challenge, so please remember to use the correct `challenge_id` and `grader_id` as specified above.
 
 If you set `debug` to `true`, then the evaluation will run on a separate set of 20 environments, and the logs from your submitted code (if it fails), will be made available to you to help you debug.
+**NOTE** : **IMPORTANT** : By default we have set `debug:false`, so when you have done the basic integration testing of your code, and are ready to make a final submission, please do make sure to set `debug` to `true` in `aicrowd.json`.
 
 ### Code Entrypoint
 
-- 
GitLab