Debuggen instructions to database for creating MxObjects

3
Is there any way of seeing which instructions are given to the database when creating objects? For some unknown reason the default value of an Enumeration is not set properly...
asked
2 answers
5

If you're running the project in the modeler, set the loglevel of the CONNECTIONBUS_UPDATE category to DEBUG. In the console menu it's something like "2: Advanced" -> "7: Set console log level" -> "X: CONNECTIONBUS_UPDATE" -> "2: DEBUG".

answered
3

A higher logleval will reveal the database queries:

In application.conf set

ConsoleLogLevel = TRACE

or

ConsoleLogLevel = DEBUG
answered