When I enable workers = 3 in the conf file on odoo 14, the log will start printing the below repeatedly:
2021-01-07 10:09:38,342 38536 INFO ? odoo: Odoo version 14.0 2021-01-07 10:09:38,342 38536 INFO ? odoo: Using configuration file at /etc/odoo-server.conf 2021-01-07 10:09:38,342 38536 INFO ? odoo: addons paths: ['/odoo/odoo-server/odoo/addons', '/odoo/.local/share/Odoo/addons/14.0', '/odoo/odoo-server/addons','/odoo/oca/addons', '/odoo/purchased/addons', '/odoo/custom/addons'] 2021-01-07 10:09:38,343 38536 INFO ? odoo: database: default@default:default 2021-01-07 10:09:38,484 38536 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /bin/wkhtmltopdf
If I comment out the workers it stop logging it.