Thursday, November 8, 2018
1 change · master
Resolved issues and error corrections
This change reverts a recent internal logging field rename because it stopped build logs from appearing in Odoo's runbot system. Restoring the previous naming keeps cross-version build logging working and helps teams monitor master builds reliably.
Original PR description
This reverts commit c42a130a9892482ce72d2417f418931d2a7ecf49 and commit fb7ac56d65a0d4c634a4c9387bf25bbc229d5caa. The runbot is using cross db logging and those commit were breaking the mechanism. As a result, the master builds logs were empty. If we update the runbot to use logging_type instead, the other versions builds will be impacted hence this revert.