6.81 How to thread functions over equations?

eq = E^(0.002/t) + E^(0.032/t) == 2*E^(0.03/t) 
Thread[Log[eq], Equal] 
 
Out[26]= Log[E^(0.002/t) + E^(0.032/t)] == Log[2*E^(0.03/t)]