Debug log sr_state_get_start_time_of_current_protocol_run() appears ten of thousands of time when starting tor
Here is an example of the log line:
Sep 21 20:56:04.000 [debug] sr_state_get_start_time_of_current_protocol_run(): Current SRV proto run: Start of current round: 1600711200. Time elapsed: 64800 (3600)
For a very simple debug log of what it is suppose to be few thousands lines, that line is logged 10 times that so debug.log are enormous but in reality they should be much smaller.
We should ratelimit that line or just don't print it maybe.