medoctron

Results 1 issues of medoctron

If you configure for example the following: ``` handlers=org.graylog2.logging.GelfHandler .handlers=org.graylog2.logging.GelfHandler .level = ALL org.graylog2.logging.GelfHandler.level = ALL org.graylog2.logging.GelfHandler.amqpURI=amqp://just.a.test org.graylog2.logging.GelfHandler.amqpExchangeName=messages org.graylog2.logging.GelfHandler.amqpRoutingKey=gelfudp org.graylog2.logging.GelfHandler.amqpMaxRetries=5 org.graylog2.logging.GelfHandler.extractStacktrace = true ``` then the code will throw a...