I've developed a dropwizard application using v0.9.2. Is it possible to use log4j's SocketAppender
in the configuration YML? Directly specifying a type 'socket' doesn't work:
Failed to parse configuration at: logging.appenders.[1]; Could not resolve type id 'socket' into a subtype of [simple type, class io.dropwizard.logging.AppenderFactory]: known type ids = [AppenderFactory, console, file, syslog]
Any guidance would be much appreciated if someone has already done something of this sort :)