Could you explain what you consider to be a config option and why the
native logging API doesn't cover it?

If someone wants an info message, they'll have it by default.  If they want
it off they can turn it off.

The code right now forces you to see these info messages.

John

On Mon, Apr 25, 2016 at 5:18 AM Gerhard Petracek <gpetra...@apache.org>
wrote:

> @john:
> -1 for disabling it per default (such information is essential if you have
> to analyze e.g. random side-effects on ci-servers quickly)
> +1 for adding a config-option (which allows to disable it locally)
>
> regards,
> gerhard
>
>
>
> 2016-04-25 1:36 GMT+02:00 John D. Ament <johndam...@apache.org>:
>
> > All,
> >
> > I was wondering, why is the log level overridden here?
> >
> >
> https://github.com/apache/deltaspike/blob/master/deltaspike/modules/test-control/api/src/main/java/org/apache/deltaspike/testcontrol/api/junit/CdiTestSuiteRunner.java#L155
> >
> > I'd like to disable it since most people prefer silent logging when
> > nothings going on.
> >
> > John
> >
>

Reply via email to