I viewed our Report Configurations by running this against the Report Server database
Select * from dbo.ConfigurationInfo;
I then changed the number of days the log retained from the default 60 like this …
Update ConfigurationInfo SET Value='366' Where NAME='ExecutionLogDaysKept';