Changed the log name to airavata.out to airavata.log
diff --git a/Airavata-Installation.md b/Airavata-Installation.md
index 4eb1eab..12b6c2f 100644
--- a/Airavata-Installation.md
+++ b/Airavata-Installation.md
@@ -133,5 +133,5 @@
 14. If you are in the target folder use given to start Airavata server;<br>
 <pre><code>sh apache-airavata-server-0.16-SNAPSHOT/bin/airavata-server.sh start</code></pre>
 15. To monitor the server starting up, view the airavata server log;<br>
-<pre><code>tail -f logs/airavata.out</code></pre>	
+<pre><code>tail -f logs/airavata.log</code></pre>	
 16. For subsequent Airavata copies; in the local Airavata folder where source code is cloned do a git clone https://github.com/apache/airavata.git for the latest trunk.
\ No newline at end of file