Yes, I've tried several solutions:
MAVEN_OPTS="-Dorg.vertx.logger-delegate-factory-class-name=xxx" mvn vertx:runMod
and
mvn vertx:runMod -Dorg.vertx.logger-delegate-factory-class-name=xxx
where xxx is Log4jLogDelegateFactory.
Additionally, I've tried to use SLF4JLogDelegateFactory, and even in this case it doesn't work, but it returns the following message when using the second command solution:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
Thank you,
Francesco