Some management commands, such as validate_allocations don't set a logging level, leaving the default at WARN. This means certain INFO-level log messages that would be useful to see during debugging and maintenance will not be captured.
The log message referenced (and others in its function) are intentionally INFO because we are planning to have that function be called during normal operations, instead of just in the context of management commands.