From my understanding, log measures relative change, which is the same as what percentages do? Is my understanding faulty? If so, please guide me to the correct one. This is the formula I used to calculate percentage increase in cases-
percent_increase_cases = ((new_cases - new_cases_one_day_before)/new_cases_one_day_before) * 100
Also, should log scale be used on total cases or new cases?