Re: CUSTOM events in Audit

2023-11-27 Thread Lionel SCHWARZ
- Le 27 Nov 23, à 14:43, Lorenzo Di Cola a écrit : > Hi Linonel, > yes, using PostgreSQL JSONB means you're storing audit on db, as you said > about > "auditentry" table. > You can take care about AnySearchDAO bean, you should use the one of type > PGJPAJSONAnySearchDAO in order to use

Re: CUSTOM events in Audit

2023-11-27 Thread Lorenzo Di Cola
Hi Linonel, yes, using PostgreSQL JSONB means you're storing audit on db, as you said about "auditentry" table. You can take care about AnySearchDAO bean, you should use the one of type PGJPAJSONAnySearchDAO in order to use PostgreSQL feature. HTH Lorenzo Il giorno lun 27 nov 2023 alle ore 09:25

Re: CUSTOM events in Audit

2023-11-27 Thread Lionel SCHWARZ
Hi Lorenzo, >From your answer below, should I understand that, using PostgreSQL on >Syncope3, audit events should be logged in the database? If yes, then could >you please point me to any possible misconfiguration? Regards Lionel - Le 23 Nov 23, à 9:39, Lionel SCHWARZ a écrit : > Hi