Standard Output
2026-03-03 06:36:14 DEBUG DDLDeployer create table City(name varchar(255), id int not null, unique (id))
2026-03-03 06:36:14 DEBUG DDLDeployer create table Country(name varchar(255), description varchar(255), id int not null, presidentId int, unique (id))
2026-03-03 06:36:14 DEBUG DDLDeployer create table Country_cities(country_id int not null, cities_id int not null, unique (country_id, cities_id))
2026-03-03 06:36:14 DEBUG DDLDeployer create table Person(name varchar(255), id int not null, uni
...[truncated 6182 chars]...
BUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-03-03 06:36:14 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Country#o.c.s.i.PersistedIdentifier@42
2026-03-03 06:36:14 DEBUG EntityTreeInflater Consuming o.c.s.e.r.l.RelationJoinNode$DefaultRelationJoinRowConsumer on object o.c.s.e.m.Person#o.c.s.i.PersistedIdentifier@666