Closed
Description
If I understand correctly, this is being generated because supervisord is started as a non-root user and the user parameter is specified in the config file.
As per the documentation:
user
If supervisord is run as the root user, switch users to this UNIX user account before doing any meaningful processing. This value has no effect if supervisord is not run as root.
If run as a non-root user, this parameter should not then cause a CRIT message in the logs when supervisord is working as designed.