Hi The main used framework is slf4j (as a logging api) then the slf4j implementation we use is log4j2. For unit testing in redback, I think is slf4j-simple as redback is an api we do not provide any default impl with the jars (users can choose their own impl). For Archiva, as we provide an application we provide a default logging as well (log4j2) Makes sense for you?
On 1 October 2016 at 06:10, Martin <[email protected]> wrote: > Hi, > > there are different logging frameworks used in archiva (log4j2) and redback > (slf4j). > > I use slf4j not very frequently. Where can I change the logging (especially > for testing) of the redback components. I didn't find the config file. > > Doesn't it make sense to switch all to log4j2 and use the slf4j layer (so > wie > do not have to change the code in one). Or are there special reasons that > prevents the move to log4j2? > > Greetings > > Martin > > -- Olivier Lamy http://twitter.com/olamy | http://linkedin.com/in/olamy
