Hi, when I try this:
log.debug("Id:" + domain.id)
being domain.id a long value, I get the exception:
Exception Message: No signature of method: groovy.util.ConfigObject.debug() is applicable for argument types: (java.lang.String) values: [Id:9] Possible solutions: getAt(java.lang.String), dump(), get(java.lang.Object), get(java.lang.Object), get(java.lang.Object), merge(groovy.util.ConfigObject)
Is it required in grails to include only strings parameters in debug's arguments?