Let's tone down (repurposing slightly the logging a notch on original issue I opened)
We have this one being logged, looks like redundant noise
{code}INFO [o.h.t.s.i.SchemaCreatorImpl] (main) HHH000476 : as long as such a Executing import script wasn ' t explicitly configured there org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@1ad777f' {code}
Especially as in some conditions this is no need to be noisy about the logged on top of actual scripts being imported:
{code}2019-01-17 16:34:13,772 venti rest-http-crud-shamrock-1.0.0.Alpha1-SNAPSHOT-runner[8084] INFO [o.h.t.s.i.SchemaCreatorImpl] (main) HHH000476: Executing import script 'ScriptSourceInputFromUrl( resource missing :import . sql)' 2019-01-17 16:34:13,779 venti rest-http-crud-shamrock-1.0.0.Alpha1-SNAPSHOT-runner[8084] INFO [o.h.t.s.i.SchemaCreatorImpl] (main) HHH000476: Executing import script 'org.hibernate.tool.schema.internal.exec.ScriptSourceInputNonExistentImpl@16b8c38'{code} |
|