How to suppress the «Server 'unix_http_server' running without any HTTP authentication checking» Supervisor log message?

CRIT Server ‘unix_http_server’ running without any HTTP authentication checking

To suppress this message, add the following 2 options to the [supervisorctl] and [unix_http_server] sections of the Supervisor’s configuration file:

password = dummy
username = dummy

github.com/Supervisor/supervisor/issues/717#issuecomment-176860145