in Cuba there was a log file written with the debug level.
With the jmix setting i get the information in the debugger window.
My problem now is, that i get a
SQLIntegrityConstraintViolationException: (conn=525454) Cannot add or update a child row: a foreign key constraint fails (pektos_lager
.orders_pos
, CONSTRAINT orders_Lot_Id
FOREIGN KEY (Lot_Id
) REFERENCES art_lot
(Lot_Id
))
This is erasing the debug window and i dont know which sql command did lead to this error. If there would be a file, this would be recorded.
How to get my logfile back ?
Thanks
Felix