diff --git a/README.md b/README.md
index b952ca7a9d14f1219e465147d4859bb715ee942c..2338c9019fc0bc12ad9102fbbc6eddb99b3e8601 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