Page 1 of 1

zzzzsys_nulog table?

Posted: Fri Jan 01, 2021 4:26 pm
by apmuthu
The standard install of nubuilder4 does not have the table zzzzsys_nulog table. However, nudata.php and nuform.php refer to the said table when a $log variable is set.
1. Where is logging set?
2. What is the schema of the said table?
3. How is it invoked / used?

Is it okay to use @kev1n's nulog commit in a standard nubuilder4 install?

Re: zzzzsys_nulog table?

Posted: Fri Jan 01, 2021 5:53 pm
by kev1n
Here you will find out how "Logging Activity" works in nuBuilder:

https://wiki.nubuilder.cloud/ ... g_Activity

Re: zzzzsys_nulog table?

Posted: Sat Jan 02, 2021 10:36 am
by apmuthu
@kev1n: Thanks indeed!