I had the same issue. No need to restart Eclipse or clean your project. You may follow:
- Click on LogCat icon on bottom right corner of eclipse.
- In Saved Filter Pane (Left side), double click package of your project (in my case it's com.apps..*).
- In Logcate Message Filter Settings popup, select desired option of "by Log Level". You can select verbose, info, error etc.
- Click Ok.
- Run/Debug your project.