跳至内容
菜单
此问题已终结
5 回复
8250 查看

Hi,

What is the use / purpose  of  logging menu ?

Settings -> Technical -> Database structure -> Logging

形象
丢弃
最佳答案

I use this menu as PRINT :)

When you are not able to access Terminal/command promt(on client server, saas)

And you want to print something for checking, at that time this menu will help.

If you go to Server Action -> and select Execute Python Code
 "PYTHON CODE" tab will visible, There are default comments, in that you can see this one

#  - log : log(message), function to log debug information in logging table

here, when you don't know what is inside the field, you can check it like

log(">>>>>Next number is %s" % record.number)

After executing this action a new record will created in logging(in that table 'Function' will store your action name)

Now, go to  -> Logging menu , Find new record by your action name and in that record you can see "Message" field.
 That's what our print result ;)

形象
丢弃
最佳答案

Useful in many cases, suppose you want to log xml requests inside database then you can use logging..

形象
丢弃
编写者

thanks for the response, can you give some more explanation on the same

相关帖文 回复 查看 活动
1
11月 24
20794
1
9月 23
3598
3
5月 23
6202
7
4月 23
49593
1
12月 22
8295