slf4j scala array printing
LOG.debug("[mymofulr][{}], response [{}]", Array(1, 2).asInstanceOf[Array[Object]]) // Note if you don't do the asInstanceOf[Array[Object]] it would simply print the Array.toString as the first item.