I checked on a SQL Server 2012 instance recently only to see that the HDD is full and after investigating what happened it was Full Text Search informational lines filling the log files and disk space every minute. It added up to several GB of log information like the following line:
2015-01-26 14:08:58.40 spid42s Informational: Resuming full-text population for table or indexed view '[db].[dbo].[table]' in database 'db' (table or indexed view ID '690817523', database ID '5'). Prior number of documents processed: 0, error encountered: 0.
My question is how to prevent SQL Server from writing any "informational" details to it's log files by full text search engine or alternatively (less preferred method) how to disable it's logging entirely?