In order to alleviate this issue, you need to find the names of the transaction logs on your system and then shrink them.
To find the names, execute the following statement:
SELECT name
FROM sys.database_files
WHERE TYPE = 1
FROM sys.database_files
WHERE TYPE = 1
DBCC SHRINKFILE(‘AdventureWorksLT2008_Log’);