This document describes an approach to automatically evolve the logging statement levels of features in software based on degree of interest over time. It extracts feature logging statements and their levels from code, manipulates a degree of interest model based on code changes from Git histories, and identifies mismatches between current levels and predicted levels to suggest level changes. The goal is to reduce information overload by bringing more relevant feature logs to the foreground and less relevant ones to the background based on recent development activity. Security implications regarding side-channel attacks are also mentioned.