Replace log.warn -> log.warning
Created by: Zaharid
I have no idea why this got deprecated but it is rather annoying that it shows in the test logs so much. Change all the instances to use log.warning instead.
Also take the opportunity to use f-strings in more places.