Can I make two log files one for error and other for warn in odoo11?
Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:
- 客户关系管理
- e-Commerce
- 会计
- 库存
- PoS
- Project
- MRP
此问题已终结
2
回复
2612
查看
Hello @Krishna,
This might not be feasible but you can change or edit your odoo config file and add “log_level” parameter.
log_level=’warning’
It will help you to get only warning and error log in your log_file.
Regards,
Email: odoo@aktivsoftware.com
there is any other method to create two logfiles one for info and another for warning