How to prevent AndroidStudio from opening LogCat (tab) when pressing "Run"?

android, android-studio

Solution

Go to the run configurations (Run -> Edit Configurations) and select the run configuration you wish to edit. Select the Miscellaneous tab and uncheck the "Show logcat automatically" option.

Problem

Every time I press "Run" project on Android Studio - LogCat tab is opening. This is annoying. I was looking at Settings but couldn't find the answer. Who knows how to stop it?

Original source