Audit logging not working in Servoy Server.

Hi All,

Servoy version is 2023.12.2.2924 . I have enabled Audit logging . It is working fine in the local developer . When exporting WAR and deploying it in the test server , audit logging is not working . I have checked Servoy server log . The pk of the log table (log_id) is null and it is not allowing to create log records .I have checked PK is Servoy sequence . While exporting WAR all the required options are selected correctly.

Please share your suggestions.

Thanks,
Ashutos Lenka

we have a case for this:
https://servoy-cloud.atlassian.net/browse/SVY-19999

are you also using that log table in the solution? in other words is it referenced?
Because we think it is a problem that the column info is not in the WAR so we don’t have all the information we need

By the way you should go away from servoy sequences and make sure the log table uses uuids. Servoy sequences are depricated and shouldn’t really be used anymore.