Standard Output
2026-06-22 13:00:56 DEBUG DDLDeployer create table Address(id int not null, street varchar(255), unique (id))
2026-06-22 13:00:56 DEBUG DDLDeployer create table Company(id int not null, name varchar(255), unique (id))
2026-06-22 13:00:56 DEBUG DDLDeployer create table Device(id int not null, name varchar(255), manufacturerId int, locationId int, unique (id))
2026-06-22 13:00:56 DEBUG DDLDeployer alter table Device add constraint FK_Device_locationId_Address_id foreign key(locationId) references
...[truncated 4707 chars]...
m Company where id = ? | {1={Company.id=o.c.s.i.PersistableIdentifier@0}}
2026-06-22 13:00:56 DEBUG SQLOperation Batching statement 1 times
2026-06-22 13:00:56 TRACE SQLOperation update Address set street = ? where id = ? | {1={Address.id (W)=o.c.s.i.PersistableIdentifier@0, Address.street (U)=somewhere renamed}}
2026-06-22 13:00:56 DEBUG SQLOperation Batching statement 1 times
2026-06-22 13:00:56 TRACE SQLOperation delete from Device where id = ? | {1={Device.id=o.c.s.i.PersistedIdentifier@1}}