The size of a log might change during a dump sequence in which the database is first dumped, and then transaction log dumps are performed periodically.
Create the database that is being loaded from the dumps with the largest size during the dump sequence. Determine this by executing dump tran with headeronly on the last transaction dump to be loaded.
Shrink the log to the size needed only after the transaction log sequence has completed and you have brought the database online.
This example follows the numbered steps described in Example Using dump and load transaction.