Hi!
Lately my server has been full and overloaded due to the constant logs that are written to the server logs file odoo-server.log, today I had to empty the file because it had a weight of 11 gigabytes after 6 months of execution.
Is there a way to stop or prevent this? basically all the logs consist on this:
2021-08-17 19:08:20,908 15892 INFO ? odoo: Using configuration file at /etc/odoo-server.conf
2021-08-17 19:08:20,908 15892 INFO ? odoo: addons paths: ['/odoo/odoo-server/odoo/addons', '/odoo/.local/share/Odoo/addons/14.0', '/odoo/odoo-server/addons', '/odoo/custom/addons']
2021-08-17 19:08:20,908 15892 INFO ? odoo: database: default@default:default
2021-08-17 19:08:21,167 575 INFO odoo-eow werkzeug: 38.123.68.230 - - [17/Aug/2021 19:08:21] "POST /web/dataset/call_kw/sale.order.line/onchange HTTP/1.0" 200 - 54 0.086 0.061
2021-08-17 19:08:21,193 15892 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /bin/wkhtmltopdf
2021-08-17 19:08:21,375 575 INFO odoo-eow werkzeug: 38.123.68.230 - - [17/Aug/2021 19:08:21] "POST /web/dataset/call_kw/account.tax/read HTTP/1.0" 200 - 3 0.002 0.006
2021-08-17 19:08:21,603 575 INFO odoo-eow werkzeug: 38.123.68.230 - - [17/Aug/2021 19:08:21] "POST /web/dataset/call_kw/sale.order/onchange HTTP/1.0" 200 - 9 0.019 0.019
2021-08-17 19:08:21,880 15895 INFO ? odoo: Odoo version 14.0
2021-08-17 19:08:21,881 15895 INFO ? odoo: Using configuration file at /etc/odoo-server.conf
2021-08-17 19:08:21,881 15895 INFO ? odoo: addons paths: ['/odoo/odoo-server/odoo/addons', '/odoo/.local/share/Odoo/addons/14.0', '/odoo/odoo-server/addons', '/odoo/custom/addons']
2021-08-17 19:08:21,881 15895 INFO ? odoo: database: default@default:default
2021-08-17 19:08:22,057 15895 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /bin/wkhtmltopdf
2021-08-17 19:08:22,769 15898 INFO ? odoo: Odoo version 14.0
2021-08-17 19:08:22,769 15898 INFO ? odoo: Using configuration file at /etc/odoo-server.conf
2021-08-17 19:08:22,769 15898 INFO ? odoo: addons paths: ['/odoo/odoo-server/odoo/addons', '/odoo/.local/share/Odoo/addons/14.0', '/odoo/odoo-server/addons', '/odoo/custom/addons']
2021-08-17 19:08:22,769 15898 INFO ? odoo: database: default@default:default
2021-08-17 19:08:22,940 15898 INFO ? odoo.addons.base.models.ir_actions_report: Will use the Wkhtmltopdf binary at /bin/wkhtmltopdf
I'm using Odoo Community V14 on a nginx web server with Ubuntu OS.
Thanks in advance for your help!