mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-16 21:01:10 +08:00
#713341 : improved logging
This commit is contained in:
parent
add22d15ca
commit
fe11d357bf
@ -204,6 +204,8 @@ public class MetaDataExporter {
|
||||
|
||||
// serialize model
|
||||
serialize(classModel);
|
||||
|
||||
logger.info("Exported " + tableName + " successfully");
|
||||
}
|
||||
|
||||
private void serialize(EntityType type) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user