콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1 회신
6662 화면

Hi,

Is there a way to access Odoo logs for my Saas instance?  We would like to troubleshoot issues taking place in our Saas instance by reviewing the associated log.

아바타
취소
베스트 답변

Hi Gregory,

There is no option available to view logfiles for Odoo instances on the SaaS sadly. This is only possible if you host your Odoo instance or on Odoo.sh. If you really have a severe issue you could try to reach out to Odoo itself (through support@odoo.com).

However, if you're quite technical there is a way to get your own output in the Odoo SaaS though. You have the option to write your own log statements from server actions. If you write server actions that go off on the moment you have issues you can write output and variables into the table 'ir.logging'. In an automated action you can check on the option "Execute Python Code" from which you can trigger log statements:

log('Something went wrong for ' + record.name + '..', 'error')

You can use all the default logging statement options available in Odoo:

- debug
- info
- warning
- error
- critical

Regards,
Yenthe

아바타
취소
작성자

Thanks Yenthe. This helps....

관련 게시물 답글 화면 활동
2
8월 23
22082
2
12월 22
4062
0
7월 20
3212
2
3월 19
7493
0
1월 18
4359