Skip to content

Commit 00af743

Browse files
committed
add trace log statements
1 parent 66c1fd6 commit 00af743

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/carnival-core/src/main/groovy/carnival/core/CarnivalJanusBerkeley.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,7 @@ class CarnivalJanusBerkeley extends Carnival {
484484
PropertyKeyMaker pkm = mgmt
485485
.makePropertyKey(pc.label)
486486
.dataType(pc.dataType)
487+
log.trace "pkm: ${pkm}"
487488

488489
if (pc.cardinality) {
489490
Cardinality pcc = Enum.valueOf(
@@ -494,6 +495,7 @@ class CarnivalJanusBerkeley extends Carnival {
494495
pkm = pkm.cardinality(pcc)
495496
}
496497
PropertyKey pk = pkm.make()
498+
log.trace "pk: ${pk}"
497499

498500
// add composite index with namespace
499501
if (nspk) {

0 commit comments

Comments
 (0)