inference-labs-inc / omron-subnet

Source for the Omron subnet
MIT License
17 stars 13 forks source link

Demote unnecessarily verbose automatic update messages #21

Closed vaqxai closed 1 month ago

vaqxai commented 1 month ago

The update messages which appear in both miner and validator are of a too high message info level, causing unnecessary console spam (the check is performed very often) -- therefore I have demoted these messages to "DEBUG" status. Both changes (a branch that is not main and providing an autoupdate disabling argument) are very intentional and there's no need to tell an user that they have done a very intentional change.

The frequency of the messages caused them to be annoying, that's why they have been demoted in this PR.