Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
2 Trả lời
2224 Lượt xem

I need to know if it is possible in Odoo SH for PostgreSQL to log all the queries executed by the database. This is required as we may be audited for any changes made. From what I understand, in PostgreSQL, one can modify the configuration file to enable logging. However, I am unsure if Odoo SH grants sufficient permissions for this configuration.

Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

You can edit the configuration file for every branch on Odoo.sh - not all changes are applied but changes to logging levels are.

Use the SHELL tab on your branch, then find the configuration file at ~/.config/odoo/odoo.conf

A file like this will give you SQL output:


See https://www.odoo.com/documentation/17.0/developer/reference/cli.html#cmdoption-odoo-bin-log-level for an explanation of the different log levels.


Output:


Ảnh đại diện
Huỷ bỏ
Tác giả Câu trả lời hay nhất

Thank you very much for your response. This would provide all the changes entered from Odoo, but in the event that someone makes a query directly from the shell, is there a way to leave a log from Postgres to capture all these changes? This is mainly for auditing purposes.


Ảnh đại diện
Huỷ bỏ
Bài viết liên quan Trả lời Lượt xem Hoạt động
0
thg 9 24
1398
2
thg 8 25
2865
1
thg 3 24
2048
2
thg 10 23
3203
1
thg 7 21
5978