diff --git a/ansible/roles/stack-sunbird/templates/orchestrator.env b/ansible/roles/stack-sunbird/templates/orchestrator.env
index c9748abb8444f2bb2b7790b83074bcc9489cebae..157f633ebc1ae5b95fd489146af0f97e92d21981 100644
--- a/ansible/roles/stack-sunbird/templates/orchestrator.env
+++ b/ansible/roles/stack-sunbird/templates/orchestrator.env
@@ -13,6 +13,9 @@ KAFKA_TELEMETRY_TOPIC={{env_name}}.uci.telemetry
 KAFKA_ODK_TRANSFORMER_TOPIC={{env_name}}.odk.transformer
 KAFKA_ODK_TRANSFORMER_TOPIC_PATTERN={{env_name}}.odk.*
 
+#Dummy config: To be removed later
+KAFKA_LOGS_TOPIC=test
+
 #FormsDB
 FORMS_DB_URL=postgresql://{{uci_postgres_host}}:5432/{{uci_forms_postgres_database}}
 FORMS_DB_USERNAME={{uci_postgres_user}}