1f3013f cli: stop using log.info for normal output

Authored and Committed by zbyszek 2 years ago
    cli: stop using log.info for normal output
    
    logging should not be used for normal output because that output must
    be always printed to stdout, and the whole point of logging is to
    potentially redirect or suppress auxiliary messages.
    
    Signed-off-by: Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>