Skip to Content
Meniu
Trebuie să fiți înregistrat pentru a interacționa cu comunitatea.
Această întrebare a fost marcată
5 Răspunsuri
8234 Vizualizări

Hi,

What is the use / purpose  of  logging menu ?

Settings -> Technical -> Database structure -> Logging

Imagine profil
Abandonează
Cel mai bun răspuns

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 ;)

Imagine profil
Abandonează
Cel mai bun răspuns

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

Imagine profil
Abandonează
Autor

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

Related Posts Răspunsuri Vizualizări Activitate
1
nov. 24
20791
1
sept. 23
3595
3
mai 23
6199
7
apr. 23
49589
1
dec. 22
8292